Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp21 TypeSystemClang *lldb_ast = in AddVarDecl() local
23 if (!lldb_ast) in AddVarDecl()
28 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddVarDecl()
48 TypeSystemClang *lldb_ast = in AddFunDecl() local
50 if (!lldb_ast) in AddFunDecl()
57 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddFunDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7864 TypeSystemClang *lldb_ast = in AddMethodToObjCObjectType() local
7866 if (lldb_ast == nullptr) in AddMethodToObjCObjectType()
7868 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddMethodToObjCObjectType()
7934 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
8111 TypeSystemClang *lldb_ast = in CompleteTagDeclarationDefinition() local
8113 if (lldb_ast == nullptr) in CompleteTagDeclarationDefinition()
8115 clang::ASTContext &ast = lldb_ast->getASTContext(); in CompleteTagDeclarationDefinition()