Searched refs:getExprOperand (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h67 return this->Visit(E->getExprOperand());
H A DExprCXX.h582 Expr *getExprOperand() const { function in class:clang::CXXTypeidExpr
583 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
588 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
717 Expr *getExprOperand() const { function in class:clang::CXXUuidofExpr
718 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
723 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
/external/clang/lib/AST/
H A DExprCXX.cpp35 const Expr *E = getExprOperand();
124 Expr *Op = getExprOperand();
H A DItaniumMangle.cpp2914 mangleExpression(TIE->getExprOperand());
H A DExprConstant.cpp4504 << E->getExprOperand()->getType()
4505 << E->getExprOperand()->getSourceRange();
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1666 return EmitTypeidFromVTable(*this, E->getExprOperand(),
1669 QualType OperandTy = E->getExprOperand()->getType();
H A DCGExprConstant.cpp956 T = Typeid->getExprOperand()->getType();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp859 Expr *Op = DC->getExprOperand();
H A DTreeTransform.h7797 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand());
7802 SubExpr.get() == E->getExprOperand())
7832 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand());
7837 SubExpr.get() == E->getExprOperand())
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1264 Writer.AddStmt(E->getExprOperand());
1624 Writer.AddStmt(E->getExprOperand());

Completed in 2495 milliseconds