Searched defs:ast_ctx (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 69 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 D | AppleObjCDeclVendor.cpp | 151 clang::ASTContext &ast_ctx = m_ast_ctx->getASTContext(); in GetDeclForISA() local 306 clang::ASTContext &ast_ctx(interface_decl->getASTContext()); in BuildMethod() local 544 clang::ASTContext &ast_ctx = m_ast_ctx->getASTContext(); in FindDecls() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 145 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); in Update() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 4270 clang::ASTContext &ast_ctx = getASTContext(); in GetArrayType() local
|