Searched refs:clang_ast_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 173 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() argument 177 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildObjCObjectPointerType() 257 AppleObjCTypeEncodingParser::BuildType(TypeSystemClang &clang_ast_ctx, in BuildType() argument 263 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); in BuildType() 269 return BuildStruct(clang_ast_ctx, type, for_expression); in BuildType() 271 return BuildArray(clang_ast_ctx, type, for_expression); in BuildType() 273 return BuildUnion(clang_ast_ctx, type, for_expression); in BuildType() 275 return BuildObjCObjectPointerType(clang_ast_ctx, type, for_expression); in BuildType() 331 BuildType(clang_ast_ctx, type, for_expression); in BuildType() 349 BuildType(clang_ast_ctx, type, for_expression); in BuildType()
|
H A D | AppleObjCTypeEncodingParser.h | 38 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,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 614 TypeSystemClang *clang_ast_ctx = in CompleteType() local 617 if (!clang_ast_ctx) in CompleteType() 620 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in CompleteType() 636 TypeSystemClang *clang_ast_ctx = in GetDeclForUID() local 638 if (!clang_ast_ctx) in GetDeclForUID() 641 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclForUID() 653 return clang_ast_ctx->GetCompilerDecl(decl); in GetDeclForUID() 667 TypeSystemClang *clang_ast_ctx = in GetDeclContextForUID() local 669 if (!clang_ast_ctx) in GetDeclContextForUID() 672 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextForUID() [all …]
|