Searched refs:SourceManagerForFile (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | TokenAnalyzer.h | 75 std::unique_ptr<SourceManagerForFile> VirtualSM;
|
| H A D | TokenAnalyzer.cpp | 82 : VirtualSM(new SourceManagerForFile(FileName, Code)), SM(VirtualSM->get()), in Environment()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentTextTest.cpp | 31 SourceManagerForFile FileSourceMgr("comment-test.cpp", CommentText); in formatComment()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | TestLexer.h | 113 clang::SourceManagerForFile SourceMgr;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | StdLibTests.cpp | 90 SourceManagerForFile SM("scratch", ""); in TEST()
|
| H A D | ASTTests.cpp | 239 SourceManagerForFile SM("foo.cpp", File.code()); in TEST()
|
| H A D | SourceCodeTests.cpp | 292 SourceManagerForFile Owner("foo.cpp", Source.code()); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Format.cpp | 25 SourceManagerForFile FileSM("mock_file.cpp", Code); in closeBrackets()
|
| H A D | SourceCode.cpp | 606 SourceManagerForFile FileSM("mock_file_name.cpp", NullTerminatedCode); in lex()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DefineOutline.cpp | 438 SourceManagerForFile SMFF(*CCFile, Contents); in apply()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 44 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1923 class SourceManagerForFile { 1927 SourceManagerForFile(StringRef FileName, StringRef Content);
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 2241 SourceManagerForFile::SourceManagerForFile(StringRef FileName, in SourceManagerForFile() function in SourceManagerForFile
|