Searched refs:getExprOperand (Results 1 – 15 of 15) sorted by relevance
84 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
894 Expr *getExprOperand() const { in getExprOperand() function1109 Expr *getExprOperand() const { in getExprOperand() function
291 D = turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()309 return turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
141 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()212 return isGLValueFromPointerDeref(getExprOperand()); in hasNullCheck()
2159 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()2169 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
5072 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()5080 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()5513 mangleExpression(TIE->getExprOperand()); in mangleExpression()
9173 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()9177 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()9178 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()9181 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
9271 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
2247 return EmitTypeidFromVTable(*this, E->getExprOperand(), PtrTy, in EmitCXXTypeidExpr()2250 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
2425 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
2007 << E->getExprOperand()->getType() in DiagTypeid()2008 << E->getExprOperand()->getSourceRange(); in DiagTypeid()
3743 canonType(E->getExprOperand()->getType().getTypePtr()), TypeInfoType, in VisitCXXTypeidExpr()3748 assert(E->getExprOperand()); in VisitCXXTypeidExpr()3749 assert(E->getExprOperand()->isLValue()); in VisitCXXTypeidExpr()3754 if (!this->visit(E->getExprOperand())) in VisitCXXTypeidExpr()
1109 return S.canThrow(DC->getExprOperand()); in canTypeidThrow()
14294 Expr *Op = E->getExprOperand(); in TransformCXXTypeidExpr()14309 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()14336 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()14341 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
1869 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()2367 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()