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

References

tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  131   if (Ty->isPointerType() && Ty->getPointeeType()->isCharType())
  131   if (Ty->isPointerType() && Ty->getPointeeType()->isCharType())
  134   if (auto *T = dyn_cast<ObjCObjectPointerType>(Ty)) {
  137   } else if (auto *T = dyn_cast<TypedefType>(Ty)) {