Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp158 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp476 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1463 createASTContext(); in createModuleManager()
H A DFrontendAction.cpp815 CI.createASTContext(); in BeginSourceFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h661 void createASTContext();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp517 m_compiler->createASTContext(); in ClangExpressionParser()