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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h117 clang::ASTContext &GetASTContext() const { function in struct:lldb_private::NameSearchContext
H A DNameSearchContext.cpp136 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result
H A DCxxModuleHandler.cpp23 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) {
H A DClangASTImporter.cpp715 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx);
718 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h155 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
H A DTypeSystemClang.cpp769 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { function in class:TypeSystemClang

Completed in 205 milliseconds