Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp159 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp550 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1505 createASTContext(); in createASTReader()
H A DFrontendAction.cpp831 CI.createASTContext(); in BeginSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h652 void createASTContext();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp713 m_compiler->createASTContext(); in ClangExpressionParser()