Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1318 const char IncludeRegexPattern[] = variable
1330 llvm::Regex IncludeRegex(IncludeRegexPattern); in sortCppIncludes()
1445 llvm::Regex(IncludeRegexPattern).match(Replace.getReplacementText()); in isHeaderInsertion()
1516 llvm::Regex IncludeRegex(IncludeRegexPattern); in fixCppIncludeInsertions()