Lines Matching refs:isDeclRep
642 assert(isDeclRep(T) && "T does not store a decl");661 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&1069 assert(!TypeSpecOwned || isDeclRep((TST) TypeSpecType));1080 return isDeclRep(tst) && getRepAsDecl() != 0 &&