Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h342 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
/external/clang/lib/Parse/
DParseInit.cpp217 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
DParseExpr.cpp886 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
908 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
2363 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
DParseObjc.cpp3041 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
DParseDeclCXX.cpp133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
/external/clang/lib/Sema/
DSemaLookup.cpp4500 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
DSemaExprObjC.cpp2065 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()