Searched refs:IncludeRegex (Results 1 – 4 of 4) sorted by relevance
127 llvm::Regex IncludeRegex; variable
277 IncludeRegex(llvm::Regex(IncludeRegexPattern)) { in HeaderIncludes()291 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
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()
2249 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes() local2284 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()2598 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions() local2602 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()