Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h407 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseInit.cpp255 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
H A DParseExpr.cpp1170 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
1198 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
3100 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
H A DParseObjc.cpp3093 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
H A DParseDeclCXX.cpp160 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2293 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()
H A DSemaLookup.cpp5196 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()