Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2224 struct IncludeDirective { struct
2261 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex()
2311 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes()
2421 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes()
2777 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
2778 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()