Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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.cpp1792 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1802 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4237 mangleTemplateArgExpr(UE->getExprOperand()); in mangleExpression()
4245 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
4642 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprConstant.cpp8309 TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr()); in VisitCXXTypeidExpr()
8313 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
8314 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
8317 if (!Visit(E->getExprOperand())) in VisitCXXTypeidExpr()
H A DASTImporter.cpp8072 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp2211 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
2214 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2019 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1102 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
H A DTreeTransform.h11572 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXTypeidExpr()
11577 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
11604 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
11609 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1716 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
2135 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()