Searched refs:isTypeRep (Results 1 – 3 of 3) sorted by relevance
428 static bool isTypeRep(TST T) { in isTypeRep() function516 bool isTypeRep() const { return isTypeRep((TST) TypeSpecType); } in isTypeRep() function522 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type"); in getRepAsType()554 assert(isDeclRep((TST)TypeSpecType) || isTypeRep((TST)TypeSpecType) || in getTypeSpecTypeNameLoc()752 assert(isTypeRep((TST) TypeSpecType)); in UpdateTypeRep()
764 assert(isTypeRep(T) && "T does not store a type"); in SetTypeSpecType()848 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()
9306 (D.getDeclSpec().isTypeRep() && in CreateNewFunctionDecl()