Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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.cpp141 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()
H A DStmtPrinter.cpp1951 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1961 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4317 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()
4325 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
4722 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprConstant.cpp8416 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8420 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8421 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8424 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
H A DASTImporter.cpp8346 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp2209 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
2212 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2056 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1107 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
H A DTreeTransform.h11922 Expr *Op = E->getExprOperand(); in TransformCXXTypeidExpr()
11937 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
11964 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
11969 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1725 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2144 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()