Searched refs:IncludeRegex (Results 1 – 3 of 3) sorted by relevance
87 static const llvm::Regex IncludeRegex; variable
279 const llvm::Regex HeaderIncludes::IncludeRegex(IncludeRegexPattern);304 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
3245 tooling::HeaderIncludes::IncludeRegex.match(Trimmed, &Matches)) { in sortCppIncludes()3523 tooling::HeaderIncludes::IncludeRegex.match( in isHeaderInsertion()3579 tooling::HeaderIncludes::IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()