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

References

tools/clang/include/clang/AST/ExprCXX.h
  795       Operand = (Expr*)nullptr;
  797       Operand = (TypeSourceInfo*)nullptr;
  804   bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
  813     return Operand.get<TypeSourceInfo *>();
  818     Operand = TSI;
  823     return static_cast<Expr*>(Operand.get<Stmt *>());
  828     Operand = E;
  844     auto **begin = reinterpret_cast<Stmt **>(&Operand);
  853         reinterpret_cast<Stmt **>(&const_cast<CXXTypeidExpr *>(this)->Operand);
tools/clang/lib/AST/ExprCXX.cpp
  150       Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);