Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp146 Compiler.createSourceManager(*Files); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp61 Clang.createSourceManager(Clang.getFileManager()); in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp132 Clang->createSourceManager(Clang->getFileManager()); in createChainedIncludesSource()
H A DFrontendAction.cpp637 CI.createSourceManager(CI.getFileManager()); in BeginSourceFile()
733 CI.createSourceManager(CI.getFileManager()); in BeginSourceFile()
H A DCompilerInstance.cpp390 void CompilerInstance::createSourceManager(FileManager &FileMgr) { in createSourceManager() function in CompilerInstance
1250 Instance.createSourceManager(Instance.getFileManager());
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h675 void createSourceManager(FileManager &FileMgr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp193 ScanInstance.createSourceManager(*FileMgr); in runInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp463 Compiler.createSourceManager(*Files); in runInvocation()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp645 m_compiler->createSourceManager(m_compiler->getFileManager()); in ClangExpressionParser()