reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
478 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } 483 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); 693 assert(isTypeRep((TST) TypeSpecType));tools/clang/lib/Sema/DeclSpec.cpp
716 assert(isTypeRep(T) && "T does not store a type"); 791 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&