Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:SubstTemplateTypeParmType

5221 /// \c substTemplateTypeParmType() matches the type of 't' but not '1'
5222 AST_TYPE_MATCHER(SubstTemplateTypeParmType, substTemplateTypeParmType);
5235 /// \c substTemplateTypeParmType(hasReplacementType(type())) matches int
5238 AST_POLYMORPHIC_SUPPORTED_TYPES(SubstTemplateTypeParmType));