Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:isNoThrow

3635 /// functionDecl(isNoThrow()) and functionProtoType(isNoThrow())
3637 AST_POLYMORPHIC_MATCHER(isNoThrow,
3652 return FnTy->isNothrow(Finder->getASTContext());