Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp69 Clang.createASTContext(); in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp136 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp551 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1677 createASTContext(); in createASTReader()
H A DFrontendAction.cpp940 CI.createASTContext(); in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h687 void createASTContext();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp685 m_compiler->createASTContext(); in ClangExpressionParser()