Home
last modified time | relevance | path

Searched defs:ast_ctx (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp69 AppleObjCTypeEncodingParser::ReadStructElement(TypeSystemClang &ast_ctx, in ReadStructElement()
84 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct()
90 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion()
96 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate()
154 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray()
177 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildObjCObjectPointerType() local
263 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildType() local
363 CompilerType AppleObjCTypeEncodingParser::RealizeType(TypeSystemClang &ast_ctx, in RealizeType()
H A DAppleObjCDeclVendor.cpp151 clang::ASTContext &ast_ctx = m_ast_ctx->getASTContext(); GetDeclForISA() local
306 clang::ASTContext &ast_ctx(interface_decl->getASTContext()); BuildMethod() local
544 clang::ASTContext &ast_ctx = m_ast_ctx->getASTContext(); FindDecls() local
[all...]
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp107 auto &ast_ctx = *holder->GetAST(); in TEST_F() local
260 auto &ast_ctx = *holder->GetAST(); in TEST_F() local
406 auto &ast_ctx = *holder->GetAST(); in TEST_F() local
566 auto &ast_ctx = *holder->GetAST(); in TEST_F() local
[all...]
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp145 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); in Update() local
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp449 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); in TEST_F() local
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp679 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); dumpAST() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4270 clang::ASTContext &ast_ctx = getASTContext(); GetArrayType() local