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

References

tools/clang/lib/Tooling/Transformer/Stencil.cpp
   95 std::string toStringData(const RawTextData &Data) {
  147 Error evalData(const RawTextData &Data, const MatchFinder::MatchResult &,
  238   T Data;
  276   return StencilPart(std::make_shared<StencilPartImpl<RawTextData>>(Text));
usr/include/c++/7.4.0/type_traits
  417 				typename remove_cv<_Tp>::type>::type
  432 				typename remove_cv<_Tp>::type>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1633     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };