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

/external/clang/lib/Sema/
H A DDeclSpec.cpp323 const char *&PrevSpec,
325 PrevSpec = DeclSpec::getSpecifierName(TPrev);
418 const char *&PrevSpec,
434 PrevSpec = getSpecifierName(SC);
446 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID);
449 PrevSpec, DiagID);
461 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
470 const char *&PrevSpec,
473 PrevSpec = "__thread";
486 const char *&PrevSpec,
322 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID) argument
417 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
469 SetStorageClassSpecThread(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
485 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
505 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
515 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
525 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
532 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
552 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
571 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
578 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
599 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
625 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
637 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
659 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
675 SetFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
683 SetFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
691 SetFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
699 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
712 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
724 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
960 SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec) argument
[all...]
H A DSemaDecl.cpp2643 const char* PrevSpec = 0; local
2657 PrevSpec, DiagID);
2670 PrevSpec, DiagID);
6833 const char* PrevSpec; // unused local
6836 PrevSpec, DiagID);
/external/clang/lib/Parse/
H A DParseDecl.cpp1439 const char *PrevSpec; local
1441 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T);
1458 const char *PrevSpec; local
1460 DS.SetTypeSpecType(DeclSpec::TST_error, Loc, PrevSpec, DiagID);
1577 const char *PrevSpec = 0; local
1709 PrevSpec, DiagID, T);
1758 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
1772 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
1831 if (TryAltiVecToken(DS, Loc, PrevSpec, DiagID, isInvalid))
1853 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2274 ParseOptionalTypeSpecifier(DeclSpec &DS, bool& isInvalid, const char *&PrevSpec, unsigned &DiagID, const ParsedTemplateInfo &TemplateInfo, bool SuppressDeclarations) argument
2925 const char *PrevSpec = 0; local
3480 const char *PrevSpec = 0; local
4533 const char *PrevSpec = 0; local
4548 const char *PrevSpec = 0; local
4584 const char *PrevSpec = 0; local
4620 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
H A DParseExprCXX.cpp1293 const char *PrevSpec; local
1307 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID,
1328 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID);
1331 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID);
1334 DS.SetTypeSpecWidth(DeclSpec::TSW_longlong, Loc, PrevSpec, DiagID);
1337 DS.SetTypeSpecSign(DeclSpec::TSS_signed, Loc, PrevSpec, DiagID);
1340 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID);
1343 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID);
1346 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID);
1349 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagI
1401 const char *PrevSpec = 0; local
[all...]
H A DParseDeclCXX.cpp662 const char *PrevSpec = 0; local
665 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
667 Diag(StartLoc, DiagID) << PrevSpec;
692 const char *PrevSpec = 0; local
694 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
696 Diag(StartLoc, DiagID) << PrevSpec;
795 const char *PrevSpec = 0; local
797 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1221 const char *PrevSpec = 0; local
1227 PrevSpec, DiagI
1517 const char *PrevSpec = 0; local
[all...]
H A DParser.cpp761 const char *PrevSpec = 0; local
763 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
764 Diag(AtLoc, DiagID) << PrevSpec;
824 const char *PrevSpec; local
828 PrevSpec, DiagID);
H A DParseExpr.cpp742 const char *PrevSpec = 0; local
744 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ);
896 const char *PrevSpec = 0; local
899 PrevSpec, DiagID, Type);
/external/clang/include/clang/Sema/
H A DDeclSpec.h536 /// already set), they return true and set PrevSpec and DiagID
538 /// Diag(Loc, DiagID) << PrevSpec;
544 const char *&PrevSpec, unsigned &DiagID);
545 bool SetStorageClassSpecThread(SourceLocation Loc, const char *&PrevSpec,
547 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
549 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
551 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
553 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
555 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
557 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
[all...]
/external/clang/include/clang/Parse/
H A DParser.h527 const char *&PrevSpec, unsigned &DiagID,
534 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
548 const char *&PrevSpec, unsigned &DiagID,
1576 const char *&PrevSpec,
526 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 165 milliseconds