/external/llvm-project/clang-tools-extra/clangd/ |
D | FileDistance.h | 98 : Sources(Sources), Opts(Opts) {} in Sources() function 110 llvm::StringMap<SourceParams> Sources; variable
|
D | FileDistance.cpp | 58 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance() 192 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance() local
|
/external/llvm-project/clang/unittests/AST/ |
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 …]
|
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 …]
|
/external/clang/unittests/AST/ |
D | CommentLexer.cpp | 92 const char *Sources[] = { in TEST_F() local 108 const char *Sources[] = { in TEST_F() local 125 const char *Sources[] = { in TEST_F() local 146 const char *Sources[] = { in TEST_F() local 167 const char *Sources[] = { in TEST_F() local 251 const char *Sources[] = { "//@", "///@", "//!@" }; in TEST_F() local 268 const char *Sources[] = { "/*@*/", "/**@*/", "/*!@*/"}; in TEST_F() local 286 const char *Sources[] = { "/*\\*/", "/**\\*/" }; in TEST_F() local 304 const char *Sources[] = { in TEST_F() local 576 const char *Sources[] = { in TEST_F() local [all …]
|
D | CommentParser.cpp | 632 const char *Sources[] = { in TEST_F() local 796 const char *Sources[] = { in TEST_F() local 825 const char *Sources[] = { in TEST_F() local 855 const char *Sources[] = { in TEST_F() local 885 const char *Sources[] = { in TEST_F() local 942 const char *Sources[] = { in TEST_F() local 1080 const char *Sources[] = { in TEST_F() local 1103 const char *Sources[] = { in TEST_F() local 1125 const char *Sources[] = { in TEST_F() local 1149 const char *Sources[] = { in TEST_F() local [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
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
|
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
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
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
|
/external/zstd/build/cmake/lib/ |
D | CMakeLists.txt | 29 set(Sources variable 54 set(Sources ${Sources} variable
|
/external/llvm-project/clang/lib/Tooling/Core/ |
D | Diagnostic.cpp | 25 const SourceManager &Sources, in DiagnosticMessage() 39 const SourceManager &Sources, CharSourceRange Range) in FileByteRange()
|
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()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Serialization.h | 47 llvm::Optional<IncludeGraph> Sources; member 60 const IncludeGraph *Sources = nullptr; member
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 23 static Replacement replaceStmtWithText(SourceManager &Sources, in replaceStmtWithText() 29 static Replacement replaceStmtWithStmt(SourceManager &Sources, in replaceStmtWithStmt()
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 114 SourceManager &Sources, FileManager &Files, in createInMemoryFile() 138 SourceManager Sources(Diagnostics, Files); in fillRanges() local 290 SourceManager Sources(Diagnostics, Files); in format() local
|
/external/oss-fuzz/infra/base-images/base-builder/ |
D | README.md | 70 ## Sources section in Child Image Interface
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 40 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, in Replacement() 45 Replacement::Replacement(const SourceManager &Sources, in Replacement() 105 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() 119 static int getRangeSize(const SourceManager &Sources, in getRangeSize() 132 void Replacement::setFromSourceRange(const SourceManager &Sources, in setFromSourceRange()
|
/external/angle/ |
D | README.md | 52 ## Sources section in ANGLE - Almost Native Graphics Layer Engine
|
/external/clang/lib/Index/ |
D | SimpleFormatContext.h | 68 SourceManager Sources; variable
|
/external/llvm-project/clang/tools/clang-format/ |
D | ClangFormat.cpp | 178 SourceManager &Sources, FileManager &Files, in createInMemoryFile() 203 SourceManager Sources(Diagnostics, Files); in fillRanges() local 429 SourceManager Sources(Diagnostics, Files); in format() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 129 SourceManager &Sources; variable
|
/external/llvm-project/clang/lib/Tooling/ |
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()
|
/external/skia/tools/fm/fm_bot/ |
D | fm_bot.go | 67 Sources []string member
|
/external/llvm-project/clang-tools-extra/unittests/include/common/ |
D | VirtualFileHelper.h | 76 std::unique_ptr<SourceManager> Sources; variable
|
/external/llvm-project/clang-tools-extra/clang-reorder-fields/tool/ |
D | ClangReorderFields.cpp | 76 SourceManager Sources(Diagnostics, FileMgr); in main() local
|