Home | History | Annotate | Download | only in AST

Lines Matching refs:Proto2

521     const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2);
522 if (Proto1->getNumArgs() != Proto2->getNumArgs())
527 Proto2->getArgType(I)))
530 if (Proto1->isVariadic() != Proto2->isVariadic())
532 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
535 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
540 Proto2->getExceptionType(I)))
546 Proto2->getNoexceptExpr()))
549 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())