Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseUncaughtExceptionsCheck.cpp21 std::string MatchText = "::std::uncaught_exception"; in registerMatchers() local
25 usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(hasName(MatchText)))) in registerMatchers()
31 declRefExpr(to(functionDecl(hasName(MatchText))), unless(callExpr())) in registerMatchers()
36 declRefExpr(hasDeclaration(functionDecl(hasName(MatchText))))))); in registerMatchers()