Home
last modified time | relevance | path

Searched refs:getExprOperand (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h84 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
H A DExprCXX.h892 Expr *getExprOperand() const { in getExprOperand() function
1107 Expr *getExprOperand() const { in getExprOperand() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp288 D = turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
306 return turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
H A DExprCXX.cpp142 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
152 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()
213 return isGLValueFromPointerDeref(getExprOperand()); in hasNullCheck()
H A DStmtPrinter.cpp2022 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
2032 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4794 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()
4802 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
5255 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprConstant.cpp8803 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8807 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8808 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8811 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
H A DASTImporter.cpp8920 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2211 return EmitTypeidFromVTable(*this, E->getExprOperand(), PtrTy, in EmitCXXTypeidExpr()
2214 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2312 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1108 return S.canThrow(DC->getExprOperand()); in canTypeidThrow()
H A DTreeTransform.h13176 Expr *Op = E->getExprOperand(); in TransformCXXTypeidExpr()
13191 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
13218 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
13223 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1846 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2342 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()