/llvm-project/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 | 61 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance() 194 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance() local
|
/llvm-project/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 250 const char *Sources[] = { "//@", "///@", "//!@" }; in TEST_F() local 267 const char *Sources[] = { "/*@*/", "/**@*/", "/*!@*/"}; in TEST_F() local 285 const char *Sources[] = { "/*\\*/", "/**\\*/" }; in TEST_F() local 303 const char *Sources[] = { in TEST_F() local 576 const char *Sources[] = { in TEST_F() local [all …]
|
H A D | CommentParser.cpp | 626 const char *Sources[] = { in TEST_F() local 788 const char *Sources[] = { in TEST_F() local 816 const char *Sources[] = { in TEST_F() local 845 const char *Sources[] = { in TEST_F() local 874 const char *Sources[] = { in TEST_F() local 929 const char *Sources[] = { in TEST_F() local 1067 const char *Sources[] = { in TEST_F() local 1090 const char *Sources[] = { in TEST_F() local 1112 const char *Sources[] = { in TEST_F() local 1136 const char *Sources[] = { in TEST_F() local [all …]
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantInlineSpecifierCheck.cpp | 53 const SourceManager &Sources, in getInlineTokenLocation() 106 const T *MatchedDecl, const SourceManager &Sources, in handleMatchedDecl() 116 const SourceManager &Sources = *Result.SourceManager; in check() local
|
H A D | NamespaceCommentCheck.cpp | 42 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() 49 getNamespaceNameAsWritten(SourceLocation &Loc, const SourceManager &Sources, in getNamespaceNameAsWritten() 87 const SourceManager &Sources = *Result.SourceManager; in check() local
|
/llvm-project/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() argument 57 Replacement::Replacement(const SourceManager &Sources, in Replacement() argument 120 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() argument 135 static int getRangeSize(const SourceManager &Sources, in getRangeSize() argument 148 setFromSourceRange(const SourceManager & Sources,const CharSourceRange & Range,StringRef ReplacementText,const LangOptions & LangOpts) setFromSourceRange() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseOverrideCheck.cpp | 57 const SourceManager &Sources = *Result.SourceManager; in parseTokens() local 88 static StringRef getText(const Token &Tok, const SourceManager &Sources) { in getText() 94 const SourceManager &Sources = *Result.SourceManager; in check() local
|
H A D | ConcatNestedNamespacesCheck.cpp | 20 static bool locationsInSameFile(const SourceManager &Sources, in locationsInSameFile() 27 const SourceManager &Sources, in getRawStringRef() 170 const SourceManager &Sources = *Result.SourceManager; in check() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Serialization.h | 48 std::optional<IncludeGraph> Sources; member 61 const IncludeGraph *Sources = nullptr; member
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.h | 129 SourceManager &Sources; variable
|
/llvm-project/clang-tools-extra/unittests/include/common/ |
H A D | VirtualFileHelper.h | 76 std::unique_ptr<SourceManager> Sources; variable
|
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/ |
H A D | ClangReorderFields.cpp | 82 SourceManager Sources(Diagnostics, FileMgr); in main() local
|
/llvm-project/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/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 217 createInMemoryFile(StringRef FileName,MemoryBufferRef Source,SourceManager & Sources,FileManager & Files,llvm::vfs::InMemoryFileSystem * MemFS) createInMemoryFile() argument 242 SourceManager Sources(Diagnostics, Files); fillRanges() local 523 SourceManager Sources(Diagnostics, Files); format() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | ExplicitConstructorCheck.cpp | 36 static SourceRange findToken(const SourceManager &Sources, in findToken()
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 134 SourceManager Sources; global() variable
|
/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 395 llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger() argument 409 void ExternalASTMerger::AddSources(llvm::ArrayRef<ImporterSource> Sources) { in AddSources() argument 419 void ExternalASTMerger::RemoveSources(llvm::ArrayRef<ImporterSource> Sources) { in RemoveSources() argument
|
/llvm-project/clang-tools-extra/clang-change-namespace/tool/ |
H A D | ClangChangeNamespace.cpp | 135 SourceManager Sources(Diagnostics, FileMgr); in main() local
|
/llvm-project/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 271 llvm::SmallVector<ExternalASTMerger::ImporterSource, 3> Sources; AddExternalSource() local 347 llvm::SmallVector<ExternalASTMerger::ImporterSource, 3> Sources; Forget() local
|
/llvm-project/clang/tools/clang-rename/ |
H A D | ClangRename.cpp |
|
/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 362 Replacement::Replacement(const SourceManager &Sources, in Replacement()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SerializationTests.cpp | 266 IncludeGraph Sources; TEST() local [all...] |