Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h127 llvm::Regex IncludeRegex; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp277 IncludeRegex(llvm::Regex(IncludeRegexPattern)) { in HeaderIncludes()
291 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2370 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes() local
2406 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
2725 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions() local
2729 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()