Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h130 llvm::Regex IncludeRegex; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp201 IncludeRegex(llvm::Regex(IncludeRegexPattern)) { in HeaderIncludes()
215 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1773 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes() local
1807 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
2106 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions() local
2110 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()