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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
12021   case attr::TypeNullable:
12601   case attr::TypeNullable:
13181   case attr::TypeNullable:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4481     case attr::TypeNullable:
gen/tools/clang/include/clang/AST/Attrs.inc
14235     : TypeAttr(Ctx, CommonInfo, attr::TypeNullable, false)
14245   static bool classof(const Attr *A) { return A->getKind() == attr::TypeNullable; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
 1247     case attr::TypeNullable: {
 2142     case attr::TypeNullable: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 2326   case attr::TypeNullable: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1741   case attr::TypeNullable: {
tools/clang/include/clang/AST/Type.h
 4561       return attr::TypeNullable;
tools/clang/lib/AST/Type.cpp
 3329   case attr::TypeNullable:
 3954   if (getAttrKind() == attr::TypeNullable)
tools/clang/lib/AST/TypePrinter.cpp
 1435     else if (T->getAttrKind() == attr::TypeNullable)
 1506   case attr::TypeNullable:
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2468             paramTy = Context.getAttributedType(attr::TypeNullable,
tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  105   if (AttrType->getAttrKind() == attr::TypeNullable)