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

/external/clang/lib/Sema/
H A DDeclSpec.cpp328 const char *&PrevSpec,
331 PrevSpec = DeclSpec::getSpecifierName(TPrev);
429 const char *&PrevSpec,
446 PrevSpec = getSpecifierName(SC);
453 PrevSpec = getSpecifierName(SC);
465 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID);
468 PrevSpec, DiagID);
480 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
489 const char *&PrevSpec,
492 PrevSpec
327 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
428 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
488 SetStorageClassSpecThread(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
504 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
524 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
534 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
544 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
551 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
571 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
590 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
597 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
618 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
644 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
656 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
678 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang, bool IsTypeSpec) argument
702 SetFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
710 SetFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
718 SetFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
726 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
739 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
751 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
979 SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec) argument
[all...]
H A DSemaDecl.cpp2965 const char* PrevSpec = 0; local
2980 PrevSpec, DiagID);
2994 PrevSpec, DiagID);
7516 const char* PrevSpec; // unused local
7519 PrevSpec, DiagID);
/external/clang/lib/Parse/
H A DParseExpr.cpp863 const char *PrevSpec = 0; local
865 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ);
1025 const char *PrevSpec = 0; local
1028 PrevSpec, DiagID, Type);
H A DParser.cpp860 const char *PrevSpec = 0; local
862 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
863 Diag(AtLoc, DiagID) << PrevSpec;
927 const char *PrevSpec; local
931 PrevSpec, DiagID);
H A DParseDeclCXX.cpp720 const char *PrevSpec = 0; local
723 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
725 Diag(StartLoc, DiagID) << PrevSpec;
770 const char *PrevSpec = 0; local
772 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
774 Diag(StartLoc, DiagID) << PrevSpec;
910 const char *PrevSpec = 0; local
912 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1443 const char *PrevSpec = 0; local
1449 PrevSpec, DiagI
1678 const char *PrevSpec = 0; local
[all...]
H A DParseExprCXX.cpp1425 const char *PrevSpec; local
1439 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID,
1460 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID);
1463 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID);
1466 DS.SetTypeSpecWidth(DeclSpec::TSW_longlong, Loc, PrevSpec, DiagID);
1469 DS.SetTypeSpecSign(DeclSpec::TSS_signed, Loc, PrevSpec, DiagID);
1472 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID);
1475 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID);
1478 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID);
1481 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagI
[all...]
H A DParseDecl.cpp1965 const char *PrevSpec; local
1967 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T);
2129 const char *PrevSpec = 0; local
2279 PrevSpec, DiagID, T);
2329 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2343 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2403 if (TryAltiVecToken(DS, Loc, PrevSpec, DiagID, isInvalid))
2429 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2483 isInvalid = DS.SetFunctionSpecInline(Loc, PrevSpec, DiagID);
2517 PrevSpec, DiagI
3313 const char *PrevSpec = 0; local
3929 const char *PrevSpec = 0; local
5101 const char *PrevSpec = 0; local
5123 const char *PrevSpec = 0; local
5159 const char *PrevSpec = 0; local
5195 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h520 const char *&PrevSpec, unsigned &DiagID,
527 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
541 const char *&PrevSpec, unsigned &DiagID,
519 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 519 milliseconds