Searched refs:IgnoredFilesPattern (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h331 StringRef IgnoredFilesPattern; member in struct:clang::FilenamePatternConstraint
334 FilenamePatternConstraint(StringRef IgnoredFilesPattern) argument
335 : IgnoredFilesPattern(IgnoredFilesPattern) {
337 IgnoredFilesPattern.str() + "$)");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp34 StringRef IgnoredFilesPattern; member in class:__anon2197::CloneChecker
78 AllCloneGroups, FilenamePatternConstraint(IgnoredFilesPattern),
207 Checker->IgnoredFilesPattern = Mgr.getAnalyzerOptions()
208 .getCheckerStringOption(Checker, "IgnoredFilesPattern");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp157 if (IgnoredFilesPattern.empty() || Group.empty() ||

Completed in 70 milliseconds