Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnalyzer.h75 std::unique_ptr<SourceManagerForFile> VirtualSM;
H A DTokenAnalyzer.cpp82 : VirtualSM(new SourceManagerForFile(FileName, Code)), SM(VirtualSM->get()), in Environment()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentTextTest.cpp31 SourceManagerForFile FileSourceMgr("comment-test.cpp", CommentText); in formatComment()
/llvm-project-15.0.7/clang/unittests/Format/
H A DTestLexer.h113 clang::SourceManagerForFile SourceMgr;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DStdLibTests.cpp90 SourceManagerForFile SM("scratch", ""); in TEST()
H A DASTTests.cpp239 SourceManagerForFile SM("foo.cpp", File.code()); in TEST()
H A DSourceCodeTests.cpp292 SourceManagerForFile Owner("foo.cpp", Source.code()); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp25 SourceManagerForFile FileSM("mock_file.cpp", Code); in closeBrackets()
H A DSourceCode.cpp606 SourceManagerForFile FileSM("mock_file_name.cpp", NullTerminatedCode); in lex()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp438 SourceManagerForFile SMFF(*CCFile, Contents); in apply()
/llvm-project-15.0.7/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp44 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1923 class SourceManagerForFile {
1927 SourceManagerForFile(StringRef FileName, StringRef Content);
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2241 SourceManagerForFile::SourceManagerForFile(StringRef FileName, in SourceManagerForFile() function in SourceManagerForFile