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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp364 const char *&PrevSpec,
367 PrevSpec = DeclSpec::getSpecifierName(TPrev);
485 const char *&PrevSpec,
502 PrevSpec = getSpecifierName(SC);
509 PrevSpec = getSpecifierName(SC);
521 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID);
524 PrevSpec, DiagID);
536 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
545 const char *&PrevSpec,
548 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagI
363 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
484 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
544 SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
558 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
578 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
588 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
598 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
605 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
625 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
644 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
651 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
672 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
698 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
710 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
724 SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
746 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
771 setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
785 setFunctionSpecForceInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
797 setFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
812 setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
827 setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
842 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
855 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
867 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
1157 SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec) argument
[all...]
H A DSemaTemplate.cpp2556 LookupResult PrevSpec(*this, GetNameForDeclarator(D), LookupOrdinaryName,
2558 PrevSpec.addDecl(PrevDecl);
2559 D.setRedeclaration(CheckVariableDeclaration(Specialization, PrevSpec));
H A DSemaDecl.cpp3573 const char* PrevSpec = 0; local
3588 PrevSpec, DiagID);
3602 PrevSpec, DiagID);
9351 const char* PrevSpec; // unused local
9354 PrevSpec, DiagID);
H A DSemaDeclCXX.cpp1957 const char *PrevSpec; local
1960 PrevSpec, DiagID, getLangOpts());
1965 const char *PrevSpec; local
1968 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID)) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2215 const char *PrevSpec; local
2217 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T);
2466 const char *PrevSpec = 0; local
2621 PrevSpec, DiagID, T);
2679 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2698 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2756 if (TryAltiVecToken(DS, Loc, PrevSpec, DiagID, isInvalid))
2789 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec,
2843 isInvalid = DS.setFunctionSpecForceInline(Loc, PrevSpec, DiagID);
2879 PrevSpec, DiagI
3756 const char *PrevSpec = 0; local
4429 const char *PrevSpec = 0; local
5677 const char *PrevSpec = 0; local
5699 const char *PrevSpec = 0; local
5734 const char *PrevSpec = 0; local
5774 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
H A DParseExprCXX.cpp1667 const char *PrevSpec; local
1681 DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID,
1702 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID);
1705 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID);
1708 DS.SetTypeSpecWidth(DeclSpec::TSW_longlong, Loc, PrevSpec, DiagID);
1711 DS.SetTypeSpecSign(DeclSpec::TSS_signed, Loc, PrevSpec, DiagID);
1714 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID);
1717 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID);
1720 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID);
1723 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagI
[all...]
H A DParseDeclCXX.cpp782 const char *PrevSpec = 0; local
786 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
788 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
790 Diag(StartLoc, DiagID) << PrevSpec;
837 const char *PrevSpec = 0; local
839 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
841 Diag(StartLoc, DiagID) << PrevSpec;
986 const char *PrevSpec = 0; local
988 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1617 const char *PrevSpec local
1870 const char *PrevSpec = 0; local
[all...]
H A DParser.cpp910 const char *PrevSpec = 0; local
912 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
913 Diag(AtLoc, DiagID) << PrevSpec;
997 const char *PrevSpec; local
1001 PrevSpec, DiagID);
H A DParseExpr.cpp831 const char *PrevSpec = 0; local
833 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ);
995 const char *PrevSpec = 0; local
998 PrevSpec, DiagID, Type);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h599 /// already set), they return true and set PrevSpec and DiagID
601 /// Diag(Loc, DiagID) << PrevSpec;
607 const char *&PrevSpec, unsigned &DiagID);
609 const char *&PrevSpec, unsigned &DiagID);
610 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
612 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
614 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
616 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
618 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
620 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h533 const char *&PrevSpec, unsigned &DiagID,
541 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
555 const char *&PrevSpec, unsigned &DiagID,
532 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 468 milliseconds