Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:functionType

2886 /// \brief Matches \c FunctionType nodes.
2893 /// functionType()
2895 AST_TYPE_MATCHER(FunctionType, functionType);
2900 /// The \c pointee is always required to be a \c FunctionType.