Home
last modified time | relevance | path

Searched refs:createSourceManager (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp62 Clang.createSourceManager(Clang.getFileManager()); in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp132 Clang->createSourceManager(Clang->getFileManager()); in createChainedIncludesSource()
H A DFrontendAction.cpp643 CI.createSourceManager(CI.getFileManager()); in BeginSourceFile()
739 CI.createSourceManager(CI.getFileManager()); in BeginSourceFile()
H A DCompilerInstance.cpp390 void CompilerInstance::createSourceManager(FileManager &FileMgr) { in createSourceManager() function in CompilerInstance
1251 Instance.createSourceManager(Instance.getFileManager());
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h717 void createSourceManager(FileManager &FileMgr);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp463 Compiler.createSourceManager(*Files); in runInvocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp350 ScanInstance.createSourceManager(*FileMgr); in runInvocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp648 m_compiler->createSourceManager(m_compiler->getFileManager()); in ClangExpressionParser()