Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp136 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
H A DNameSearchContext.h116 clang::ASTContext &GetASTContext() const { in GetASTContext() function
H A DCxxModuleHandler.cpp23 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
H A DClangASTImporter.cpp643 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
957 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()
960 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h158 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
H A DTypeSystemClang.cpp708 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang