Home
last modified time | relevance | path

Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h339 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
/external/clang/lib/Parse/
DParseInit.cpp217 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
DParseExpr.cpp872 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
894 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
2315 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
DParseDeclCXX.cpp133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
DParseObjc.cpp2982 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
/external/clang/lib/Sema/
DSemaLookup.cpp4418 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
DSemaExprObjC.cpp2050 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()