Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp138 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
H A DNameSearchContext.h117 clang::ASTContext &GetASTContext() const { in GetASTContext() function
H A DCxxModuleHandler.cpp22 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
H A DClangASTImporter.cpp714 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()
717 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h154 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
H A DTypeSystemClang.cpp758 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang