Searched refs:isExprRep (Results 1 – 2 of 2) sorted by relevance
406 static bool isExprRep(TST T) { in isExprRep() function496 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"); in getRepAsExpr()673 assert(isExprRep((TST) TypeSpecType)); in UpdateExprRep()
646 assert(isExprRep(T) && "T does not store an expr"); in SetTypeSpecType()695 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()