Searched defs:ast_ctx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 65 AppleObjCTypeEncodingParser::ReadStructElement(TypeSystemClang &ast_ctx, in ReadStructElement() 80 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 86 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 92 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 150 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 172 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 D | AppleObjCDeclVendor.cpp | 153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local 308 clang::ASTContext &ast_ctx(interface_decl->getASTContext()); in BuildMethod() local 546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 37 TypeSystemClang *ast_ctx = ScratchTypeSystemClang::GetForTarget(target); in GetNSPathStore2Type() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 300 TypeSystemClang *ast_ctx = in GetValueOffset() local
|
| H A D | LibCxx.cpp | 280 TypeSystemClang *ast_ctx = in Update() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4226 clang::ASTContext &ast_ctx = getASTContext(); in GetArrayType() local
|