Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clangd/
H A DFileDistance.h93 : Sources(Sources), Opts(Opts) {} in Sources() function
105 llvm::StringMap<SourceParams> Sources; variable
H A DFileDistance.cpp61 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance()
194 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance() local
/llvm-project/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
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 DCommentParser.cpp626 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 DRedundantInlineSpecifierCheck.cpp53 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 DNamespaceCommentCheck.cpp42 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 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() 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 DUseOverrideCheck.cpp57 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 DConcatNestedNamespacesCheck.cpp20 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 DSerialization.h48 std::optional<IncludeGraph> Sources; member
61 const IncludeGraph *Sources = nullptr; member
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h129 SourceManager &Sources; variable
/llvm-project/clang-tools-extra/unittests/include/common/
H A DVirtualFileHelper.h76 std::unique_ptr<SourceManager> Sources; variable
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp82 SourceManager Sources(Diagnostics, FileMgr); in main() local
/llvm-project/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/clang/tools/clang-format/
H A DClangFormat.cpp217 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 DExplicitConstructorCheck.cpp36 static SourceRange findToken(const SourceManager &Sources, in findToken()
/llvm-project/clang/unittests/Tooling/
H A DRewriterTestContext.h134 SourceManager Sources; global() variable
/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp395 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 DClangChangeNamespace.cpp135 SourceManager Sources(Diagnostics, FileMgr); in main() local
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp271 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 DClangRename.cpp
/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h362 Replacement::Replacement(const SourceManager &Sources, in Replacement()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp266 IncludeGraph Sources; TEST() local
[all...]

12