Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h81 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
DExprCXX.h630 Expr *getExprOperand() const { in getExprOperand() function
830 Expr *getExprOperand() const { in getExprOperand() function
/external/llvm-project/clang/include/clang/AST/
DEvaluatedExprVisitor.h81 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
DExprCXX.h876 Expr *getExprOperand() const { in getExprOperand() function
1087 Expr *getExprOperand() const { in getExprOperand() function
/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp239 D = turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
257 return turnTypeToValueDependence(E->getExprOperand()->getDependence()); in computeDependence()
DExprCXX.cpp141 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()
DStmtPrinter.cpp1810 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1820 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
DItaniumMangle.cpp3994 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
4350 mangleExpression(TIE->getExprOperand()); in mangleExpression()
DExprConstant.cpp8298 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8302 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8303 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8306 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
DASTImporter.cpp7946 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp933 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
DTreeTransform.h9283 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXTypeidExpr()
9288 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
9318 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
9323 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1832 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
1835 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
DCGExprConstant.cpp1103 T = Typeid->getExprOperand()->getType(); in EmitLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp2205 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
2208 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
DCGExprConstant.cpp2018 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp1894 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1904 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
DExprCXX.cpp35 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
DItaniumMangle.cpp3274 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
3600 mangleExpression(TIE->getExprOperand()); in mangleExpression()
DExprConstant.cpp4895 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
4896 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1100 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
DTreeTransform.h11334 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXTypeidExpr()
11339 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
11366 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
11371 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1336 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
1728 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1715 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2134 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()