Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DHeaderIncludes.h127 llvm::Regex IncludeRegex; variable
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp277 IncludeRegex(llvm::Regex(IncludeRegexPattern)) { in HeaderIncludes()
291 if (IncludeRegex.match(Line, &Matches)) { in HeaderIncludes()
/external/clang/lib/Format/
DFormat.cpp1330 llvm::Regex IncludeRegex(IncludeRegexPattern); in sortCppIncludes() local
1358 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
1516 llvm::Regex IncludeRegex(IncludeRegexPattern); in fixCppIncludeInsertions() local
1542 if (IncludeRegex.match(Line, &Matches)) { in fixCppIncludeInsertions()
1575 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()
/external/llvm-project/clang/lib/Format/
DFormat.cpp2249 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes() local
2284 if (IncludeRegex.match(Line, &Matches)) { in sortCppIncludes()
2598 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions() local
2602 bool Matched = IncludeRegex.match(IncludeDirective, &Matches); in fixCppIncludeInsertions()