Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnalyzer.h72 std::unique_ptr<SourceManagerForFile> VirtualSM;
H A DTokenAnalyzer.cpp41 : VirtualSM(new SourceManagerForFile(FileName, Code)), SM(VirtualSM->get()), in Environment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp42 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1833 class SourceManagerForFile {
1837 SourceManagerForFile(StringRef FileName, StringRef Content);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp2216 SourceManagerForFile::SourceManagerForFile(StringRef FileName, in SourceManagerForFile() function in SourceManagerForFile