Home
last modified time | relevance | path

Searched defs:Sources (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.h93 : Sources(Sources), Opts(Opts) {} in Sources() function
105 llvm::StringMap<SourceParams> Sources; variable
H A DFileDistance.cpp60 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 DConcatNestedNamespacesCheck.cpp19 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 DUseOverrideCheck.cpp47 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 DCommentLexer.cpp91 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 DCommentParser.cpp630 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 DNamespaceCommentCheck.cpp42 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 DDiagnostic.cpp25 const SourceManager &Sources, in DiagnosticMessage()
39 const SourceManager &Sources, CharSourceRange Range) in FileByteRange()
H A DReplacement.cpp52 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 DSerialization.h47 llvm::Optional<IncludeGraph> Sources; member
60 const IncludeGraph *Sources = nullptr; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h131 SourceManager &Sources; variable
/llvm-project-15.0.7/clang-tools-extra/unittests/include/common/
H A DVirtualFileHelper.h76 std::unique_ptr<SourceManager> Sources; variable
/llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp82 SourceManager Sources(Diagnostics, FileMgr); in main() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp72 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From, in replaceStmtWithText()
77 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, in replaceStmtWithStmt()
H A DRefactoring.cpp47 SourceManager Sources(Diagnostics, getFiles()); in runAndSave() local
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp209 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 DExplicitConstructorCheck.cpp38 static SourceRange findToken(const SourceManager &Sources, in findToken()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRewriterTestContext.h134 SourceManager Sources; variable
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp135 SourceManager Sources(Diagnostics, FileMgr); in main() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp398llvm::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 Dclang-import-test.cpp271 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 DClangRename.cpp226 SourceManager Sources(Diagnostics, FileMgr); in main() local
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DReplacement.h359 Replacement::Replacement(const SourceManager &Sources, in Replacement()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp106 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 DSerializationTests.cpp250 IncludeGraph Sources; in TEST() local

12