Home | History | Annotate | Download | only in src

Lines Matching refs:isProto

140                                      bool IsProto) {
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto);
146 /// isProto implies that there isn't a (local) definition for the function.
147 bool isProto() const { return IsProto; }
153 bool getSuppressMangling() const final { return isExternal() && IsProto; }
195 const bool IsProto;
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto)
201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {}