Lines Matching defs:PrevSpec

711   /// already set), they return true and set PrevSpec and DiagID
713 /// Diag(Loc, DiagID) << PrevSpec;
719 const char *&PrevSpec, unsigned &DiagID,
722 const char *&PrevSpec, unsigned &DiagID);
724 const char *&PrevSpec, unsigned &DiagID,
726 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
729 const char *&PrevSpec, unsigned &DiagID);
730 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
732 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
735 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
740 return SetTypeSpecType(T, Loc, PrevSpec, DiagID, Rep.get(), Policy);
742 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
746 SourceLocation TagNameLoc, const char *&PrevSpec,
750 SourceLocation TagNameLoc, const char *&PrevSpec,
753 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
757 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
761 const char *&PrevSpec, unsigned &DiagID,
764 const char *&PrevSpec, unsigned &DiagID,
767 const char *&PrevSpec, unsigned &DiagID,
770 const char *&PrevSpec, unsigned &DiagID,
773 const char *&PrevSpec, unsigned &DiagID,
775 bool SetTypeSpecSat(SourceLocation Loc, const char *&PrevSpec,
796 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
799 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
801 bool setFunctionSpecForceInline(SourceLocation Loc, const char *&PrevSpec,
803 bool setFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec,
805 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
808 bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec,
811 bool SetFriendSpec(SourceLocation Loc, const char *&PrevSpec,
813 bool setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec,
816 const char *&PrevSpec, unsigned &DiagID);
2795 const char *&PrevSpec);