Searched refs:FProto (Results 1 – 1 of 1) sorted by relevance
4893 const FunctionProtoType *FProto = nullptr; in AST_POLYMORPHIC_MATCHER_P2() local4903 FProto = QT->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()4908 FProto = MP->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()4909 assert(FProto && in AST_POLYMORPHIC_MATCHER_P2()4919 if (FProto && FProto->isVariadic()) in AST_POLYMORPHIC_MATCHER_P2()4920 NumArgs = std::min(NumArgs, FProto->getNumParams()); in AST_POLYMORPHIC_MATCHER_P2()4930 if (FProto && FProto->getNumParams() > ParamIndex) { in AST_POLYMORPHIC_MATCHER_P2()4931 QualType ParamType = FProto->getParamType(ParamIndex); in AST_POLYMORPHIC_MATCHER_P2()