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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
  953   IdentifierInfo *getDefaultSynthIvarName(ASTContext &Ctx) const;

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1917                             /* ivar = */ Prop->getDefaultSynthIvarName(Context),
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  105   ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));