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

Declarations

tools/clang/include/clang/AST/Type.h
 1079   bool isNonWeakInMRRWithObjCWeak(const ASTContext &Context) const;

References

tools/clang/lib/Sema/SemaDecl.cpp
11760            VDecl->getType().isNonWeakInMRRWithObjCWeak(Context)) &&
tools/clang/lib/Sema/SemaExpr.cpp
11952           LHSType.isNonWeakInMRRWithObjCWeak(Context)) {