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

References

tools/clang/include/clang/AST/DeclBase.h
 2136               (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)())))
 2136               (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)())))
tools/clang/include/clang/AST/DeclObjC.h
  999                              &ObjCPropertyDecl::isInstanceProperty>;
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  825     if (ShadowedPropDecl->isInstanceProperty()) {