|
LLDB mainline
|
#include "AppleObjCTypeEncodingParser.h"#include "Plugins/ExpressionParser/Clang/ClangUtil.h"#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"#include "lldb/Symbol/CompilerType.h"#include "lldb/Target/Process.h"#include "lldb/Target/Target.h"#include "lldb/Utility/LLDBLog.h"#include "lldb/Utility/Log.h"#include "clang/Basic/TargetInfo.h"#include <optional>#include <vector>Go to the source code of this file.
Functions | |
| static char | popChar (llvm::StringRef &str) |
| static bool | consumeChar (llvm::StringRef &str, char c) |
|
static |
Definition at line 32 of file AppleObjCTypeEncodingParser.cpp.
Referenced by lldb_private::AppleObjCTypeEncodingParser::BuildAggregate(), lldb_private::AppleObjCTypeEncodingParser::BuildArray(), lldb_private::AppleObjCTypeEncodingParser::BuildObjCObjectPointerType(), and lldb_private::AppleObjCTypeEncodingParser::BuildType().
|
static |
Definition at line 24 of file AppleObjCTypeEncodingParser.cpp.
Referenced by lldb_private::AppleObjCTypeEncodingParser::BuildType(), lldb_private::AppleObjCTypeEncodingParser::ReadNumber(), lldb_private::AppleObjCTypeEncodingParser::ReadQuotedString(), and lldb_private::AppleObjCTypeEncodingParser::ReadStructName().