Searched refs:isDeclRep (Results 1 – 4 of 4) sorted by relevance
757 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()777 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()1317 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()1328 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
12245 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
417 static bool isDeclRep(TST T) { in isDeclRep() function497 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()520 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename); in getTypeSpecTypeNameLoc()686 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
938 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()957 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()