Home
last modified time | relevance | path

Searched refs:clang_ast_ctx (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp168 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() argument
172 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildObjCObjectPointerType()
252 AppleObjCTypeEncodingParser::BuildType(TypeSystemClang &clang_ast_ctx, in BuildType() argument
258 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildType()
264 return BuildStruct(clang_ast_ctx, type, for_expression); in BuildType()
266 return BuildArray(clang_ast_ctx, type, for_expression); in BuildType()
268 return BuildUnion(clang_ast_ctx, type, for_expression); in BuildType()
270 return BuildObjCObjectPointerType(clang_ast_ctx, type, for_expression); in BuildType()
326 BuildType(clang_ast_ctx, type, for_expression); in BuildType()
344 BuildType(clang_ast_ctx, type, for_expression); in BuildType()
DAppleObjCTypeEncodingParser.h38 clang::QualType BuildType(TypeSystemClang &clang_ast_ctx, StringLexer &type,
45 clang::QualType BuildAggregate(TypeSystemClang &clang_ast_ctx,
60 clang::QualType BuildObjCObjectPointerType(TypeSystemClang &clang_ast_ctx,
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp384 auto clang_ast_ctx = in TEST_F() local
386 EXPECT_NE(nullptr, clang_ast_ctx); in TEST_F()
399 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F()
408 auto ClassCompilerDeclCtx = CompilerDeclContext(clang_ast_ctx, ClassDeclCtx); in TEST_F()
438 auto clang_ast_ctx = in TEST_F() local
440 EXPECT_NE(nullptr, clang_ast_ctx); in TEST_F()
442 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); in TEST_F()
448 clang_ast_ctx, static_cast<clang::DeclContext *>(tu))); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp600 TypeSystemClang *clang_ast_ctx = in CompleteType() local
603 if (!clang_ast_ctx) in CompleteType()
606 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in CompleteType()
622 TypeSystemClang *clang_ast_ctx = in GetDeclForUID() local
624 if (!clang_ast_ctx) in GetDeclForUID()
627 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclForUID()
639 return clang_ast_ctx->GetCompilerDecl(decl); in GetDeclForUID()
652 TypeSystemClang *clang_ast_ctx = in GetDeclContextForUID() local
654 if (!clang_ast_ctx) in GetDeclContextForUID()
657 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextForUID()
[all …]
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp614 auto *clang_ast_ctx = in dumpAST() local
616 if (!clang_ast_ctx) in dumpAST()
619 clang::ASTContext &ast_ctx = clang_ast_ctx->getASTContext(); in dumpAST()
642 auto *clang_ast_ctx = in dumpEntireClangAST() local
644 if (!clang_ast_ctx) in dumpEntireClangAST()
648 clang_ast_ctx->DumpFromSymbolFile(Stream, Name); in dumpEntireClangAST()