Home | History | Annotate | Download | only in AST

Lines Matching refs:proto

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