Searched refs:FProto (Results 1 – 1 of 1) sorted by relevance
4766 const FunctionProtoType *FProto = nullptr; in AST_POLYMORPHIC_MATCHER_P2() local4776 FProto = QT->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()4781 FProto = MP->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()4782 assert(FProto && in AST_POLYMORPHIC_MATCHER_P2()4792 if (FProto && FProto->isVariadic()) in AST_POLYMORPHIC_MATCHER_P2()4793 NumArgs = std::min(NumArgs, FProto->getNumParams()); in AST_POLYMORPHIC_MATCHER_P2()4803 if (FProto) { in AST_POLYMORPHIC_MATCHER_P2()4804 QualType ParamType = FProto->getParamType(ParamIndex); in AST_POLYMORPHIC_MATCHER_P2()