Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.h64 std::unique_ptr<SourceManagerForFile> VirtualSM;
H A DTokenAnalyzer.cpp82 : VirtualSM(new SourceManagerForFile(FileName, Code)), SM(VirtualSM->get()), in Environment()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp44 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h2019 class SourceManagerForFile {
2023 SourceManagerForFile(StringRef FileName, StringRef Content);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2368 SourceManagerForFile::SourceManagerForFile(StringRef FileName, in SourceManagerForFile() function in SourceManagerForFile