Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:isNoThrow

3363 /// functionDecl(isNoThrow()) and functionProtoType(isNoThrow())
3365 AST_POLYMORPHIC_MATCHER(isNoThrow,
3380 return FnTy->isNothrow(Finder->getASTContext());