Home | History | Annotate | Download | only in Sema

Lines Matching refs:Proto

612   const FunctionProtoType *Proto
617 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo();
619 FunctionTy = S.Context.getFunctionType(Proto->getResultType(),
620 Proto->arg_type_begin(),
621 Proto->getNumArgs(),
684 const FunctionProtoType *Proto
688 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo();
691 = S.Context.getFunctionType(Proto->getResultType(),
692 Proto->arg_type_begin(),
693 Proto->getNumArgs(),
808 const FunctionProtoType *Proto
812 Proto->arg_type_begin(),
813 Proto->getNumArgs(),
814 Proto->getExtProtoInfo());