Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h87 static const llvm::Regex IncludeRegex; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp269 const llvm::Regex HeaderIncludes::IncludeRegex(IncludeRegexPattern);
293 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3027 if (tooling::HeaderIncludes::IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
3305 tooling::HeaderIncludes::IncludeRegex.match( in isHeaderInsertion()
3362 tooling::HeaderIncludes::IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()