Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp67 AppleObjCTypeEncodingParser::ReadStructElement(TypeSystemClang &ast_ctx, in ReadStructElement()
82 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct()
88 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion()
94 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate()
152 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray()
175 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()
H A DAppleObjCDeclVendor.cpp151 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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp143 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); in Update() local
H A DLibCxxMap.cpp290 auto ast_ctx = node_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in GetValueOffset() local
H A DLibCxx.cpp300 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); in Update() local
468 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); in Update() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4226 clang::ASTContext &ast_ctx = getASTContext(); in GetArrayType() local