Home
last modified time | relevance | path

Searched refs:IncludeDirective (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anonb6a2e2360111::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/
DRestrictSystemIncludesCheck.h60 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/
DKernelNameRestrictionCheck.cpp44 struct IncludeDirective { struct in clang::tidy::altera::__anon688f924c0111::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/
Dprescan.cpp103 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()
Dprescan.h81 IncludeDirective, // #include enumerator
/external/clang/lib/Format/
DFormat.cpp1193 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/
DCleanupTest.cpp323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion() argument
324 return createReplacement(UINT_MAX, 0, IncludeDirective); in createInsertion()
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp282 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective() argument
283 switch (IncludeDirective) { in spellingForIncDirective()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp209 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
/external/llvm-project/clang/lib/Format/
DFormat.cpp2069 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/
DLangRef.rst110 IncludeDirective: "include" `TokString`
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst237 IncludeDirective: "include" `TokString`