Home
last modified time | relevance | path

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

/freebsd-13.1/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()), in Environment()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp44 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1907 class SourceManagerForFile {
1911 SourceManagerForFile(StringRef FileName, StringRef Content);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2246 SourceManagerForFile::SourceManagerForFile(StringRef FileName, in SourceManagerForFile() function in SourceManagerForFile