Searched refs:isDeclRep (Results 1 – 4 of 4) sorted by relevance
796 assert(isDeclRep(T) && "T does not store a decl"); in SetTypeSpecType()827 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) && in SetTypeSpecType()1427 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType)); in Finish()1438 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
13523 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
415 static bool isDeclRep(TST T) { in isDeclRep() function491 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl"); in getRepAsDecl()519 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename); in getTypeSpecTypeNameLoc()712 assert(isDeclRep((TST) TypeSpecType)); in UpdateDeclRep()
1055 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()1074 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()