Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp67 ReadStructElement(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) ReadStructElement() argument
82 BuildStruct(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildStruct() argument
88 BuildUnion(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildUnion() argument
94 BuildAggregate(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression,char opener,char closer,uint32_t kind) BuildAggregate() argument
152 BuildArray(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildArray() argument
175 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); BuildObjCObjectPointerType() local
258 clang::ASTContext &ast_ctx = clang_ast_ctx.getASTContext(); BuildType() local
358 RealizeType(TypeSystemClang & ast_ctx,const char * name,bool for_expression) RealizeType() argument
[all...]
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(); FindDecls() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp143 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); Update() local
H A DLibCxxMap.cpp290 auto ast_ctx = node_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); GetValueOffset() local
H A DLibCxx.cpp300 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); Update() local
468 auto ast_ctx = ts.dyn_cast_or_null<TypeSystemClang>(); Update() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4226 clang::ASTContext &ast_ctx = getASTContext(); GetArrayType() local