Searched refs:isTypeOperand (Results 1 – 16 of 16) sorted by relevance
65 if (!E->isTypeOperand() && E->Classify(Context).isGLValue()) in VisitCXXTypeidExpr()
505 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function513 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()518 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in setTypeOperandSourceInfo()523 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()528 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in setExprOperand()542 if (isTypeOperand()) return child_range(); in children()580 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function588 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()593 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in setTypeOperandSourceInfo()598 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()[all …]
2050 if (S->isTypeOperand())2057 if (S->isTypeOperand())
28 if (isTypeOperand()) in isPotentiallyEvaluated()43 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()49 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
759 if (S->isTypeOperand()) in VisitCXXTypeidExpr()765 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
1178 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()1188 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
2671 if (TIE->isTypeOperand()) { in mangleExpression()
2889 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
1971 if (S->isTypeOperand())1978 if (S->isTypeOperand())
1919 if (E->isTypeOperand()) in VisitCXXTypeidExpr()1930 if (E->isTypeOperand()) in VisitCXXUuidofExpr()
829 if (DC->isTypeOperand()) in canTypeidThrow()
7031 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()7070 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
1174 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()1524 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
1189 if (E->isTypeOperand()) { // typeid(int) in VisitCXXTypeidExpr()1488 if (E->isTypeOperand()) { // __uuidof(ComType) in VisitCXXUuidofExpr()
999 if (Typeid->isTypeOperand()) in EmitLValue()
1647 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()