Home | History | Annotate | Download | only in AST

Lines Matching refs:proto

1537   const FunctionProtoType *proto = getType()->castAs<FunctionProtoType>();
1538 if (proto->getNumArgs() != 2 || proto->isVariadic()) return false;
1546 return (proto->getArgType(1).getCanonicalType() == Context.VoidPtrTy);