Searched refs:IncludeDirective (Results 1 – 1 of 1) sorted by relevance
1628 struct IncludeDirective { struct1664 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() local2110 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()