Home
last modified time | relevance | path

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

/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/docs/TableGen/
DLangRef.rst110 IncludeDirective: "include" `TokString`