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

References

tools/clang/lib/Sema/DeclSpec.cpp
 1053   writtenBS.ModeAttr = getAttributes().hasAttribute(ParsedAttr::AT_Mode);
tools/clang/lib/Sema/SemaDecl.cpp
 6430   if (PD.getDeclSpec().getAttributes().hasAttribute(Kind))
 6436     if (PD.getTypeObject(I).getAttrs().hasAttribute(Kind))
 6441   return PD.getAttributes().hasAttribute(Kind);
tools/clang/lib/Sema/SemaType.cpp
 4221             return AttrList.hasAttribute(ParsedAttr::AT_CFReturnsRetained) ||
 4222                    AttrList.hasAttribute(ParsedAttr::AT_CFReturnsNotRetained);
 4379       state.getCurrentAttributes().hasAttribute(ParsedAttr::AT_NoDeref);
 4774           if (!D.getAttributes().hasAttribute(ParsedAttr::AT_Overloadable))
 5318   if (chunk.getAttrs().hasAttribute(ParsedAttr::AT_ObjCOwnership))