Searched defs:ast_ctx (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeEncodingParser.cpp | 65 AppleObjCTypeEncodingParser::ReadStructElement(TypeSystemClang &ast_ctx, in ReadStructElement() 80 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 86 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 92 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 150 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 172 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildObjCObjectPointerType() local 258 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildType() local 358 CompilerType AppleObjCTypeEncodingParser::RealizeType(TypeSystemClang &ast_ctx, in RealizeType()
|
D | AppleObjCDeclVendor.cpp | 153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local 308 clang::ASTContext &ast_ctx(interface_decl->getASTContext()); in BuildMethod() local 546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
|
/external/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
D | DWARFASTParserClangTests.cpp | 95 TypeSystemClang ast_ctx("dummy ASTContext", HostInfoBase::GetTargetTriple()); in TEST_F() local
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSString.cpp | 37 TypeSystemClang *ast_ctx = ScratchTypeSystemClang::GetForTarget(target); in GetNSPathStore2Type() local
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxMap.cpp | 301 TypeSystemClang *ast_ctx = in GetValueOffset() local
|
D | LibCxx.cpp | 280 TypeSystemClang *ast_ctx = in Update() local
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 416 TypeSystemClang *ast_ctx = in ReadLibdispatchTSDIndexes() local
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 442 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); in TEST_F() local
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | lldb-test.cpp | 619 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); in dumpAST() local
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 4143 clang::ASTContext &ast_ctx = getASTContext(); in GetArrayType() local
|