Searched refs:IncludeRegex (Results 1 – 1 of 1) sorted by relevance
1330 llvm::Regex IncludeRegex(IncludeRegexPattern); in sortCppIncludes() local1358 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()1516 llvm::Regex IncludeRegex(IncludeRegexPattern); in fixCppIncludeInsertions() local1542 if (IncludeRegex.match(Line, &Matches)) { in fixCppIncludeInsertions()1575 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()