Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:isPure

3951 AST_MATCHER(CXXMethodDecl, isPure) {
3952 return Node.isPure();