| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FileDistance.h | 93 : Sources(Sources), Opts(Opts) {} in Sources() function 105 llvm::StringMap<SourceParams> Sources; variable
|
| H A D | FileDistance.cpp | 60 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance() 193 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | ConcatNestedNamespacesCheck.cpp | 19 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() 40 const SourceManager &Sources, in alreadyConcatenated() 80 const SourceManager &Sources = *Result.SourceManager; in check() local
|
| H A D | UseOverrideCheck.cpp | 47 const SourceManager &Sources = *Result.SourceManager; in parseTokens() local 78 static StringRef getText(const Token &Tok, const SourceManager &Sources) { in getText() 85 const SourceManager &Sources = *Result.SourceManager; in check() local
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentLexer.cpp | 91 const char *Sources[] = { in TEST_F() local 107 const char *Sources[] = { in TEST_F() local 124 const char *Sources[] = { in TEST_F() local 145 const char *Sources[] = { in TEST_F() local 166 const char *Sources[] = { in TEST_F() local 303 const char *Sources[] = { in TEST_F() local 576 const char *Sources[] = { in TEST_F() local 643 const char *Sources[] = { in TEST_F() local 674 const char *Sources[] = { in TEST_F() local 899 const char *Sources[] = { in TEST_F() local [all …]
|
| H A D | CommentParser.cpp | 630 const char *Sources[] = { in TEST_F() local 794 const char *Sources[] = { in TEST_F() local 823 const char *Sources[] = { in TEST_F() local 853 const char *Sources[] = { in TEST_F() local 883 const char *Sources[] = { in TEST_F() local 940 const char *Sources[] = { in TEST_F() local 1078 const char *Sources[] = { in TEST_F() local 1101 const char *Sources[] = { in TEST_F() local 1123 const char *Sources[] = { in TEST_F() local 1147 const char *Sources[] = { in TEST_F() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | NamespaceCommentCheck.cpp | 42 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() 49 getNamespaceNameAsWritten(SourceLocation &Loc, const SourceManager &Sources, in getNamespaceNameAsWritten() 85 const SourceManager &Sources = *Result.SourceManager; in check() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 25 const SourceManager &Sources, in DiagnosticMessage() 39 const SourceManager &Sources, CharSourceRange Range) in FileByteRange()
|
| H A D | Replacement.cpp | 52 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, in Replacement() 57 Replacement::Replacement(const SourceManager &Sources, in Replacement() 120 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() 134 static int getRangeSize(const SourceManager &Sources, in getRangeSize() 147 void Replacement::setFromSourceRange(const SourceManager &Sources, in setFromSourceRange()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Serialization.h | 47 llvm::Optional<IncludeGraph> Sources; member 60 const IncludeGraph *Sources = nullptr; member
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.h | 131 SourceManager &Sources; variable
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/include/common/ |
| H A D | VirtualFileHelper.h | 76 std::unique_ptr<SourceManager> Sources; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/tool/ |
| H A D | ClangReorderFields.cpp | 82 SourceManager Sources(Diagnostics, FileMgr); in main() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | RefactoringCallbacks.cpp | 72 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From, in replaceStmtWithText() 77 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, in replaceStmtWithStmt()
|
| H A D | Refactoring.cpp | 47 SourceManager Sources(Diagnostics, getFiles()); in runAndSave() local
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 209 SourceManager &Sources, FileManager &Files, in createInMemoryFile() 234 SourceManager Sources(Diagnostics, Files); in fillRanges() local 514 SourceManager Sources(Diagnostics, Files); in format() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | ExplicitConstructorCheck.cpp | 38 static SourceRange findToken(const SourceManager &Sources, in findToken()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RewriterTestContext.h | 134 SourceManager Sources; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/ |
| H A D | ClangChangeNamespace.cpp | 135 SourceManager Sources(Diagnostics, FileMgr); in main() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 398 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger() 412 void ExternalASTMerger::AddSources(llvm::ArrayRef<ImporterSource> Sources) { in AddSources() 422 void ExternalASTMerger::RemoveSources(llvm::ArrayRef<ImporterSource> Sources) { in RemoveSources()
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 271 llvm::SmallVector<ExternalASTMerger::ImporterSource, 3> Sources; in AddExternalSource() local 347 llvm::SmallVector<ExternalASTMerger::ImporterSource, 3> Sources; in Forget() local
|
| /llvm-project-15.0.7/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 226 SourceManager Sources(Diagnostics, FileMgr); in main() local
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Core/ |
| H A D | Replacement.h | 359 Replacement::Replacement(const SourceManager &Sources, in Replacement()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 106 SetVector<Value *> &Sources; member in __anone4b1306d0111::IRPromoter 772 SetVector<Value *> Sources; in TryToPromote() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SerializationTests.cpp | 250 IncludeGraph Sources; in TEST() local
|