Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h127 llvm::Regex IncludeRegex; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp277 IncludeRegex(llvm::Regex(IncludeRegexPattern)) { in HeaderIncludes()
291 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2419 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes() local
2455 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
2774 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions() local
2778 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()