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

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  544         !Context->hasSameUnqualifiedType(AliasVarType, Descriptor.ElemType))
  560       getAliasRange(Context->getSourceManager(), ReplaceRange);
  570                         Loop, IndexVar, MaybeContainer, Context, NamingStyle);
  582         auto Parents = Context->getParents(*Usage.Expression);
  617   QualType Type = Context->getAutoDeductType();
  626       Descriptor.ElemType.isTriviallyCopyableType(*Context) &&
  628       Context->getTypeInfo(Descriptor.ElemType).Width <= 8 * MaxCopySize;
  634       Type = Context->getLValueReferenceType(Context->getConstType(Type));
  634       Type = Context->getLValueReferenceType(Context->getConstType(Type));
  637         Type = Context->getRValueReferenceType(Type);
  639       Type = Context->getLValueReferenceType(Type);