Searched refs:SourceManagerForFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.h67 std::unique_ptr<SourceManagerForFile> VirtualSM;
H A DTokenAnalyzer.cpp40 : VirtualSM(new SourceManagerForFile(FileName, Code)), SM(VirtualSM->get()),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp42 SourceManagerForFile VirtualSM(FileName, Code);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1894 class SourceManagerForFile {
1898 SourceManagerForFile(StringRef FileName, StringRef Content);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2164 SourceManagerForFile::SourceManagerForFile(StringRef FileName, function in class:SourceManagerForFile

Completed in 73 milliseconds