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