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

  /external/clang/lib/Sema/
DeclSpec.cpp 316 llvm_unreachable("Invalid TypeSpecType!");
484 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
538 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
579 if (TypeSpecType != TST_unspecified) {
580 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
584 TypeSpecType = T;
598 if (TypeSpecType != TST_unspecified) {
599 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
603 TypeSpecType = T;
626 if (TypeSpecType != TST_unspecified)
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 317 /*TST*/unsigned TypeSpecType : 6;
366 /// TSTNameLoc - If TypeSpecType is any of class, enum, struct, union,
406 TypeSpecType(TST_unspecified),
453 TST getTypeSpecType() const { return (TST)TypeSpecType; }
459 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type");
463 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl");
467 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr");
484 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);
605 assert(isDeclRep((TST) TypeSpecType));
    [all...]

Completed in 785 milliseconds