Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1628 struct IncludeDirective { struct
1664 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex()
1692 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes()
1775 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes()
2109 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
2110 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()