/external/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
D | IncludeOrderCheck.cpp | 36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon0f8e4e7d0111::IncludeOrderPPCallbacks 44 typedef std::vector<IncludeDirective> FileIncludes; 85 IncludeDirective ID = {HashLoc, FilenameRange, std::string(FileName), in InclusionDirective() 127 IncludeDirective &LHS = FileDirectives[LHSI]; in EndOfMainFile() 128 IncludeDirective &RHS = FileDirectives[RHSI]; in EndOfMainFile() 159 const IncludeDirective &CopyFrom = FileDirectives[IncludeIndices[I]]; in EndOfMainFile()
|
/external/llvm-project/clang-tools-extra/clang-tidy/portability/ |
D | RestrictSystemIncludesCheck.h | 60 struct IncludeDirective { struct 61 IncludeDirective() = default; 62 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() argument 74 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
|
/external/llvm-project/clang-tools-extra/clang-tidy/altera/ |
D | KernelNameRestrictionCheck.cpp | 44 struct IncludeDirective { struct in clang::tidy::altera::__anonb77e64330111::KernelNameRestrictionPPCallbacks 49 std::vector<IncludeDirective> IncludeDirectives; 67 IncludeDirective ID = {HashLoc, FileName}; in InclusionDirective() 94 for (const IncludeDirective &ID : IncludeDirectives) { in EndOfMainFile()
|
/external/llvm-project/flang/lib/Parser/ |
D | prescan.cpp | 103 case LineClassification::Kind::IncludeDirective: in Statement() 180 case LineClassification::Kind::IncludeDirective: in Statement() 831 (lineClass.kind == LineClassification::Kind::IncludeDirective || in SkipCommentLine() 1147 return {LineClassification::Kind::IncludeDirective}; in ClassifyLine()
|
D | prescan.h | 81 IncludeDirective, // #include enumerator
|
/external/clang/lib/Format/ |
D | Format.cpp | 1193 struct IncludeDirective { struct 1217 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes() 1332 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() 1574 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local 1575 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions() 1588 std::string NewInclude = !IncludeDirective.endswith("\n") in fixCppIncludeInsertions() 1589 ? (IncludeDirective + "\n").str() in fixCppIncludeInsertions() 1590 : IncludeDirective.str(); in fixCppIncludeInsertions()
|
/external/llvm-project/clang/unittests/Format/ |
D | CleanupTest.cpp | 323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion() argument 324 return createReplacement(UINT_MAX, 0, IncludeDirective); in createInsertion()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Preamble.cpp | 282 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective() argument 283 switch (IncludeDirective) { in spellingForIncDirective()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HeadersTests.cpp | 209 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 2069 struct IncludeDirective { struct 2106 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex() 2156 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes() 2251 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() 2601 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local 2602 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 110 IncludeDirective: "include" `TokString`
|
/external/llvm-project/llvm/docs/TableGen/ |
D | ProgRef.rst | 237 IncludeDirective: "include" `TokString`
|