Searched refs:FProto (Results 1 – 1 of 1) sorted by relevance
5131 const FunctionProtoType *FProto = nullptr; in AST_POLYMORPHIC_MATCHER_P2() local5141 FProto = QT->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()5146 FProto = MP->getPointeeType()->getAs<FunctionProtoType>(); in AST_POLYMORPHIC_MATCHER_P2()5147 assert(FProto && in AST_POLYMORPHIC_MATCHER_P2()5157 if (FProto && FProto->isVariadic()) in AST_POLYMORPHIC_MATCHER_P2()5158 NumArgs = std::min(NumArgs, FProto->getNumParams()); in AST_POLYMORPHIC_MATCHER_P2()5168 if (FProto && FProto->getNumParams() > ParamIndex) { in AST_POLYMORPHIC_MATCHER_P2()5169 QualType ParamType = FProto->getParamType(ParamIndex); in AST_POLYMORPHIC_MATCHER_P2()