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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  370   constructVariadic(VariadicOperator Op,
 1332   VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op, Ps &&... Params)
 1349   const DynTypedMatcher::VariadicOperator Op;
 1357   DynTypedMatcher::VariadicOperator Op;
tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  110     constructVariadicOperator(DynTypedMatcher::VariadicOperator Op,
  151   VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op,
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  142     DynTypedMatcher::VariadicOperator Op,
tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  663   using VarOp = DynTypedMatcher::VariadicOperator;
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   64     DynTypedMatcher::VariadicOperator Op,
  182   VariadicOpPayload(DynTypedMatcher::VariadicOperator Op,
  215   const DynTypedMatcher::VariadicOperator Op;
  232     DynTypedMatcher::VariadicOperator Op,
usr/include/c++/7.4.0/bits/alloc_traits.h
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/shared_ptr.h
  343 		   _Args&&... __args)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  703     make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1317 		     _Args&&... __args)
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };