Home
last modified time | relevance | path

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

/freebsd-14.2/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
1103 Expr *getExprOperand() const { in getExprOperand() function
/freebsd-14.2/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()
H A DStmtPrinter.cpp1976 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1986 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4771 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()
4779 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
5224 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprConstant.cpp8717 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8721 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8722 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8725 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
H A DASTImporter.cpp8816 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2247 return EmitTypeidFromVTable(*this, E->getExprOperand(), PtrTy); in EmitCXXTypeidExpr()
2249 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2071 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1116 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
H A DTreeTransform.h12318 Expr *Op = E->getExprOperand(); in TransformCXXTypeidExpr()
12333 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
12360 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
12365 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1836 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2303 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()