Searched defs:PrevSpec (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp920 const char *PrevSpec = nullptr; local
922 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
1117 const char *PrevSpec = nullptr; local
1120 PrevSpec, DiagID, Type,
H A DParser.cpp904 const char *PrevSpec = nullptr; local
906 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
908 Diag(AtLoc, DiagID) << PrevSpec;
972 const char *PrevSpec; local
977 PrevSpec, DiagID,
H A DParseExprCXX.cpp1801 const char *PrevSpec; local
1817 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID,
1831 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID, Policy);
1834 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID, Policy);
1837 DS.SetTypeSpecWidth(DeclSpec::TSW_longlong, Loc, PrevSpec, DiagID, Policy);
1840 DS.SetTypeSpecSign(DeclSpec::TSS_signed, Loc, PrevSpec, DiagID);
1843 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID);
1846 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy);
1849 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy);
1852 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagI
[all...]
H A DParseDeclCXX.cpp853 const char *PrevSpec = nullptr; local
858 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
860 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
862 Diag(StartLoc, DiagID) << PrevSpec;
909 const char *PrevSpec = nullptr; local
911 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
914 Diag(StartLoc, DiagID) << PrevSpec;
1059 const char *PrevSpec = nullptr; local
1061 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type,
1766 const char *PrevSpec local
2043 const char *PrevSpec = nullptr; local
[all...]
H A DParseDecl.cpp1719 const char *PrevSpec; local
1724 bool Fixit = !DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID);
2373 const char *PrevSpec; local
2375 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T,
2639 const char *PrevSpec = nullptr; local
2806 PrevSpec, DiagID, T, Policy);
2865 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2884 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2936 if (TryAltiVecToken(DS, Loc, PrevSpec, DiagID, isInvalid))
2947 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
3993 const char *PrevSpec = nullptr; local
4721 const char *PrevSpec = nullptr; local
6183 const char *PrevSpec = nullptr; local
6206 const char *PrevSpec = nullptr; local
6242 const char *PrevSpec = nullptr; local
6283 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
/external/clang/lib/Sema/
H A DDeclSpec.cpp378 const char *&PrevSpec,
381 PrevSpec = DeclSpec::getSpecifierName(TPrev);
493 const char *&PrevSpec,
511 PrevSpec = getSpecifierName(SC);
518 PrevSpec = getSpecifierName(SC);
530 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy);
533 PrevSpec, DiagID, Policy);
545 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
554 const char *&PrevSpec,
557 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagI
377 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
492 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
553 SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
567 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
582 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
592 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
602 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
610 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
631 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep, const PrintingPolicy &Policy) argument
651 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
659 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
681 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
703 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
716 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
731 SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
754 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
779 setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
793 setFunctionSpecForceInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
805 setFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
820 setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
835 setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
850 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
868 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
880 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
894 SetConceptSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
1226 SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec) argument
[all...]
H A DSemaDecl.cpp4138 const char *PrevSpec = nullptr; local
4153 PrevSpec, DiagID, Policy);
4167 PrevSpec, DiagID, Context.getPrintingPolicy());
9923 const char *PrevSpec; local
9925 DS.SetTypeSpecType(DeclSpec::TST_auto, IdentLoc, PrevSpec, DiagID,
10646 const char* PrevSpec; // unused local
10648 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
H A DSemaDeclCXX.cpp2107 const char *PrevSpec; local
2110 DeclSpec::TQ_const, ConstexprLoc, PrevSpec, DiagID, getLangOpts());
2116 const char *PrevSpec; local
2119 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID,
/external/clang/include/clang/Parse/
H A DParser.h608 const char *&PrevSpec, unsigned &DiagID,
618 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
632 const char *&PrevSpec, unsigned &DiagID,
607 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 291 milliseconds