Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h84 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
H A DExprCXX.h886 Expr *getExprOperand() const { in getExprOperand() function
1097 Expr *getExprOperand() const { in getExprOperand() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp269 D = turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
287 return turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
H A DExprCXX.cpp141 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()
H A DStmtPrinter.cpp1805 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1815 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4247 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()
4255 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
4652 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprConstant.cpp8312 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8316 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8317 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8320 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
H A DASTImporter.cpp8201 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2214 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
2217 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2019 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1102 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
H A DTreeTransform.h11641 Expr *Op = E->getExprOperand(); in TransformCXXTypeidExpr()
11656 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
11683 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
11688 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1727 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2146 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()