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

References

tools/clang/include/clang/AST/ExprCXX.h
 1024       Operand = (Expr*)nullptr;
 1026       Operand = (TypeSourceInfo*)nullptr;
 1029   bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
 1038     return Operand.get<TypeSourceInfo *>();
 1043     Operand = TSI;
 1048     return static_cast<Expr*>(Operand.get<Stmt *>());
 1053     Operand = E;
 1072     auto **begin = reinterpret_cast<Stmt **>(&Operand);
 1080         reinterpret_cast<Stmt **>(&const_cast<CXXUuidofExpr *>(this)->Operand);
tools/clang/lib/AST/ExprCXX.cpp
  157       Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);