Home
last modified time | relevance | path

Searched refs:lldb_ast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp22 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddVarDecl() local
23 if (!lldb_ast) in AddVarDecl()
28 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddVarDecl()
48 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddFunDecl() local
49 if (!lldb_ast) in AddFunDecl()
56 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddFunDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8132 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddMethodToObjCObjectType() local
8133 if (lldb_ast == nullptr) in AddMethodToObjCObjectType()
8135 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddMethodToObjCObjectType()
8202 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
8336 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in CompleteTagDeclarationDefinition() local
8337 if (lldb_ast == nullptr) in CompleteTagDeclarationDefinition()
8370 lldb_ast->SetCXXRecordDeclAccess(cxx_record_decl, in CompleteTagDeclarationDefinition()
8387 clang::ASTContext &ast = lldb_ast->getASTContext(); in CompleteTagDeclarationDefinition()