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

References

tools/clang/include/clang/AST/ExprCXX.h
 1162   const Expr *getSubExpr() const { return cast_or_null<Expr>(Operand); }
 1163   Expr *getSubExpr() { return cast_or_null<Expr>(Operand); }
 1189     return child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1189     return child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1189     return child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1189     return child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1193     return const_child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1193     return const_child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1193     return const_child_range(&Operand, Operand ? &Operand + 1 : &Operand);
 1193     return const_child_range(&Operand, Operand ? &Operand + 1 : &Operand);
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1582   E->Operand = Record.readSubExpr();