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

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  558       ExprType = Call->getCallReturnType(*Context);
  569     if (ExprType.isNull())
  570       ExprType = Obj->getType();
  572     if (!ExprType->isPointerType())