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

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
  147       getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
tools/clang/lib/Parse/ParseExpr.cpp
  977          (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
 1005         getCurScope()->isInObjcMethodScope() &&
 2600             getCurScope()->isInObjcMethodScope() &&
tools/clang/lib/Parse/ParseInit.cpp
  243           getCurScope()->isInObjcMethodScope()) {
tools/clang/lib/Parse/ParseObjc.cpp
 3030         NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
tools/clang/lib/Sema/SemaExprObjC.cpp
 2135   if (IsSuper && S->isInObjcMethodScope())
tools/clang/lib/Sema/SemaLookup.cpp
 4829   if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier())