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

References

tools/clang/lib/Analysis/Consumed.cpp
  863   else if (isConsumableType(ParamType))
  864     ParamState = mapConsumableAttrState(ParamType);
  865   else if (isRValueRef(ParamType) &&
  866            isConsumableType(ParamType->getPointeeType()))
  867     ParamState = mapConsumableAttrState(ParamType->getPointeeType());
  868   else if (ParamType->isReferenceType() &&
  869            isConsumableType(ParamType->getPointeeType()))