Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h87 static const llvm::Regex IncludeRegex; variable
/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp279 const llvm::Regex HeaderIncludes::IncludeRegex(IncludeRegexPattern);
304 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/llvm-project/clang/lib/Format/
H A DFormat.cpp3319 tooling::HeaderIncludes::IncludeRegex.match(Trimmed, &Matches)) { in sortJavaImports()
3597 tooling::HeaderIncludes::IncludeRegex.match( in fixCppIncludeInsertions()
3653 tooling::HeaderIncludes::IncludeRegex.match(IncludeDirective, &Matches); in reformat()