reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/EvaluatedExprVisitor.h
   81       return this->Visit(E->getExprOperand());
tools/clang/lib/AST/ASTImporter.cpp
 7757   ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand());
tools/clang/lib/AST/ExprCXX.cpp
  138   const Expr *E = getExprOperand();
tools/clang/lib/AST/ExprConstant.cpp
 7544       TypeInfo = TypeInfoLValue(E->getExprOperand()->getType().getTypePtr());
 7548         << E->getExprOperand()->getType()
 7549         << E->getExprOperand()->getSourceRange();
 7552     if (!Visit(E->getExprOperand()))
tools/clang/lib/AST/ItaniumMangle.cpp
 4046       mangleExpression(TIE->getExprOperand());
tools/clang/lib/AST/StmtPrinter.cpp
 1746     PrintExpr(Node->getExprOperand());
tools/clang/lib/CodeGen/CGExprCXX.cpp
 2159     return EmitTypeidFromVTable(*this, E->getExprOperand(),
 2162   QualType OperandTy = E->getExprOperand()->getType();
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1991     T = E->getExprOperand()->getType();
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1053   Expr *Op = DC->getExprOperand();
tools/clang/lib/Sema/TreeTransform.h
10479   ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand());
10484       SubExpr.get() == E->getExprOperand())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1512     Record.AddStmt(E->getExprOperand());