Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp70 Clang.createASTContext(); in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp136 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp550 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1712 createASTContext(); in createASTReader()
H A DFrontendAction.cpp949 CI.createASTContext(); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h729 void createASTContext();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp688 m_compiler->createASTContext(); in ClangExpressionParser()