Searched refs:MatchText (Results 1 – 1 of 1) sorted by relevance
21 std::string MatchText = "::std::uncaught_exception"; in registerMatchers() local25 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()