Home
last modified time | relevance | path

Searched refs:MetaChars (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DGlobList.cpp34 StringRef MetaChars("()^$|*+?.[]\\{}"); in consumeGlob() local
38 else if (MetaChars.contains(C)) in consumeGlob()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp422 StringRef MetaChars("()^$|*+?.[]\\{}"); in verifyChecks() local
426 else if (MetaChars.contains(C)) in verifyChecks()