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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
12017   case attr::TypeNonNull:
12597   case attr::TypeNonNull:
13177   case attr::TypeNonNull:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4477     case attr::TypeNonNull:
gen/tools/clang/include/clang/AST/Attrs.inc
14155     : TypeAttr(Ctx, CommonInfo, attr::TypeNonNull, false)
14165   static bool classof(const Attr *A) { return A->getKind() == attr::TypeNonNull; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
 1239     case attr::TypeNonNull: {
 2136     case attr::TypeNonNull: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 2314   case attr::TypeNonNull: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1733   case attr::TypeNonNull: {
tools/clang/include/clang/AST/Type.h
 4558       return attr::TypeNonNull;
tools/clang/lib/AST/Type.cpp
 3328   case attr::TypeNonNull:
 3952   if (getAttrKind() == attr::TypeNonNull)
tools/clang/lib/AST/TypePrinter.cpp
 1433     if (T->getAttrKind() == attr::TypeNonNull)
 1505   case attr::TypeNonNull:
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2394           resultTy = Context.getAttributedType(attr::TypeNonNull,
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  118       if (AT->getAttrKind() == attr::TypeNonNull)
tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  107   else if (AttrType->getAttrKind() == attr::TypeNonNull)