Home
last modified time | relevance | path

Searched refs:IncludeRegex (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Format/
DFormat.cpp1330 llvm::Regex IncludeRegex(IncludeRegexPattern); in sortCppIncludes() local
1358 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
1516 llvm::Regex IncludeRegex(IncludeRegexPattern); in fixCppIncludeInsertions() local
1542 if (IncludeRegex.match(Line, &Matches)) { in fixCppIncludeInsertions()
1575 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()