Home
last modified time | relevance | path

Searched refs:GetASTContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp136 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
DNameSearchContext.h117 clang::ASTContext &GetASTContext() const { in GetASTContext() function
DCxxModuleHandler.cpp21 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
DClangASTImporter.cpp719 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()
722 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h157 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
DTypeSystemClang.cpp767 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang