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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6655   Mode getVtorDispMode() const { return Mode(vdm); }
include/llvm/ADT/SmallVector.h
  641   template <typename... ArgTypes> reference emplace_back(ArgTypes &&... Args) {
tools/clang/include/clang/AST/DeclCXX.h
 1759   MSVtorDispAttr::Mode getMSVtorDispMode() const;
tools/clang/include/clang/Sema/Sema.h
  462       ValueType Value;
  465       Slot(llvm::StringRef StackSlotLabel, ValueType Value,
  474              ValueType Value);
  497     explicit PragmaStack(const ValueType &Default)
  503     ValueType DefaultValue; // Value used for PSK_Reset action.
  504     ValueType CurrentValue;
  518   PragmaStack<MSVtorDispAttr::Mode> VtorDispStack;
 8957                              MSVtorDispAttr::Mode Value);
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  174 MSVtorDispAttr::Mode CXXRecordDecl::getMSVtorDispMode() const {
tools/clang/lib/Parse/ParsePragma.cpp
  737   MSVtorDispAttr::Mode Mode = MSVtorDispAttr::Mode(Value & 0xFFFF);
tools/clang/lib/Sema/SemaAttr.cpp
  419                                  MSVtorDispAttr::Mode Mode) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };