Searched refs:isTypeOperand (Results 1 – 15 of 15) sorted by relevance
519 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function527 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()532 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in setTypeOperandSourceInfo()537 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()542 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in setExprOperand()557 if (isTypeOperand()) return child_range(); in children()595 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function603 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()608 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in setTypeOperandSourceInfo()613 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()[all …]
2048 if (S->isTypeOperand())2055 if (S->isTypeOperand())
29 if (isTypeOperand()) in isPotentiallyEvaluated()44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()50 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
759 if (S->isTypeOperand()) in VisitCXXTypeidExpr()765 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
1223 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()1233 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
2678 if (TIE->isTypeOperand()) { in mangleExpression()
1975 if (S->isTypeOperand())1982 if (S->isTypeOperand())
1967 if (E->isTypeOperand()) in VisitCXXTypeidExpr()1978 if (E->isTypeOperand()) in VisitCXXUuidofExpr()
874 if (DC->isTypeOperand()) in canTypeidThrow()
7078 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()7118 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
1179 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()1538 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
1195 if (E->isTypeOperand()) { // typeid(int) in VisitCXXTypeidExpr()1502 if (E->isTypeOperand()) { // __uuidof(ComType) in VisitCXXUuidofExpr()
991 if (Typeid->isTypeOperand()) in EmitLValue()
1669 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
982 if (E->isTypeOperand()) in GetAddrOfUuidDescriptor()