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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp350 const char *&PrevSpec,
353 PrevSpec = DeclSpec::getSpecifierName(TPrev);
471 const char *&PrevSpec,
488 PrevSpec = getSpecifierName(SC);
495 PrevSpec = getSpecifierName(SC);
507 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID);
510 PrevSpec, DiagID);
522 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
531 const char *&PrevSpec,
534 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagI
349 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
470 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
530 SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
544 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
564 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
574 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
584 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
591 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
611 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
630 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
637 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
658 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
684 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
696 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
718 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
770 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
783 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
795 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
1085 SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec) argument
[all...]
H A DSemaDecl.cpp3415 const char* PrevSpec = 0; local
3430 PrevSpec, DiagID);
3444 PrevSpec, DiagID);
8559 const char* PrevSpec; // unused local
8562 PrevSpec, DiagID);
H A DSemaDeclCXX.cpp1859 const char *PrevSpec; local
1862 PrevSpec, DiagID, getLangOpts());
1867 const char *PrevSpec; local
1870 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID)) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2174 const char *PrevSpec; local
2176 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T);
2330 const char *PrevSpec = 0; local
2485 PrevSpec, DiagID, T);
2543 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2557 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2617 if (TryAltiVecToken(DS, Loc, PrevSpec, DiagID, isInvalid))
2650 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2738 PrevSpec, DiagID);
2744 PrevSpec, DiagI
3621 const char *PrevSpec = 0; local
4282 const char *PrevSpec = 0; local
5500 const char *PrevSpec = 0; local
5522 const char *PrevSpec = 0; local
5557 const char *PrevSpec = 0; local
5593 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
H A DParseExprCXX.cpp1498 const char *PrevSpec; local
1512 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID,
1533 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID);
1536 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID);
1539 DS.SetTypeSpecWidth(DeclSpec::TSW_longlong, Loc, PrevSpec, DiagID);
1542 DS.SetTypeSpecSign(DeclSpec::TSS_signed, Loc, PrevSpec, DiagID);
1545 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID);
1548 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID);
1551 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID);
1554 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagI
[all...]
H A DParseDeclCXX.cpp770 const char *PrevSpec = 0; local
774 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
776 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
778 Diag(StartLoc, DiagID) << PrevSpec;
825 const char *PrevSpec = 0; local
827 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
829 Diag(StartLoc, DiagID) << PrevSpec;
968 const char *PrevSpec = 0; local
970 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1582 const char *PrevSpec local
1830 const char *PrevSpec = 0; local
[all...]
H A DParser.cpp869 const char *PrevSpec = 0; local
871 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
872 Diag(AtLoc, DiagID) << PrevSpec;
936 const char *PrevSpec; local
940 PrevSpec, DiagID);
H A DParseExpr.cpp828 const char *PrevSpec = 0; local
830 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ);
990 const char *PrevSpec = 0; local
993 PrevSpec, DiagID, Type);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h582 /// already set), they return true and set PrevSpec and DiagID
584 /// Diag(Loc, DiagID) << PrevSpec;
590 const char *&PrevSpec, unsigned &DiagID);
592 const char *&PrevSpec, unsigned &DiagID);
593 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
595 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
597 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
599 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
601 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
603 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h524 const char *&PrevSpec, unsigned &DiagID,
531 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
545 const char *&PrevSpec, unsigned &DiagID,
523 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 299 milliseconds