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

References

tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  104   bool HasConst = Ty.isConstQualified();
  105   if (isNonnullType(Ty) && HasConst)
  109   while (const Type *T = Ty.getTypePtr()) {
  111       Ty = TT->getDecl()->getUnderlyingType();
  114       HasConst = HasConst || Ty.isConstQualified();
  115       if (isNonnullType(Ty) && HasConst)
  120       Ty = AT->getModifiedType();