Searched refs:lldb_ast (Results 1 – 2 of 2) sorted by relevance
22 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddVarDecl() local23 if (!lldb_ast) in AddVarDecl()28 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddVarDecl()48 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddFunDecl() local49 if (!lldb_ast) in AddFunDecl()56 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddFunDecl()
8132 auto lldb_ast = type.GetTypeSystem<TypeSystemClang>(); in AddMethodToObjCObjectType() local8133 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() local8337 if (lldb_ast == nullptr) in CompleteTagDeclarationDefinition()8370 lldb_ast->SetCXXRecordDeclAccess(cxx_record_decl, in CompleteTagDeclarationDefinition()8387 clang::ASTContext &ast = lldb_ast->getASTContext(); in CompleteTagDeclarationDefinition()