HomeSort by relevance Sort by last modified time
    Searched refs:PrevSpec (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Sema/
DeclSpec.cpp 356 const char *&PrevSpec,
359 PrevSpec = DeclSpec::getSpecifierName(TPrev);
470 const char *&PrevSpec,
488 PrevSpec = getSpecifierName(SC);
495 PrevSpec = getSpecifierName(SC);
507 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy);
510 PrevSpec, DiagID, Policy);
522 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
531 const char *&PrevSpec,
534 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID)
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 592 /// already set), they return true and set PrevSpec and DiagID
594 /// Diag(Loc, DiagID) << PrevSpec;
600 const char *&PrevSpec, unsigned &DiagID,
603 const char *&PrevSpec, unsigned &DiagID);
604 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
606 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
608 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
610 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
612 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
615 bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp 823 const char *PrevSpec = nullptr;
828 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
830 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
832 Diag(StartLoc, DiagID) << PrevSpec;
879 const char *PrevSpec = nullptr;
881 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
884 Diag(StartLoc, DiagID) << PrevSpec;
    [all...]
Parser.cpp 865 const char *PrevSpec = nullptr;
867 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
869 Diag(AtLoc, DiagID) << PrevSpec;
    [all...]
ParseExpr.cpp 787 const char *PrevSpec = nullptr;
789 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 603 const char *&PrevSpec, unsigned &DiagID,
611 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
625 const char *&PrevSpec, unsigned &DiagID,
    [all...]

Completed in 277 milliseconds