Home | History | Annotate | Download | only in Sema

Lines Matching refs:PrevSpec

542   /// already set), they return true and set PrevSpec and DiagID
544 /// Diag(Loc, DiagID) << PrevSpec;
550 const char *&PrevSpec, unsigned &DiagID);
551 bool SetStorageClassSpecThread(SourceLocation Loc, const char *&PrevSpec,
553 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
555 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
557 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
559 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
561 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
563 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
566 SourceLocation TagNameLoc, const char *&PrevSpec,
569 SourceLocation TagNameLoc, const char *&PrevSpec,
572 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
575 const char *&PrevSpec, unsigned &DiagID);
577 const char *&PrevSpec, unsigned &DiagID);
592 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
595 bool SetFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
597 bool SetFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec,
599 bool SetFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
602 bool SetFriendSpec(SourceLocation Loc, const char *&PrevSpec,
604 bool setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec,
606 bool SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec,
1934 const char *&PrevSpec);