Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h431 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp260 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
H A DParseExpr.cpp1248 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
1276 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
3255 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
H A DParseObjc.cpp3105 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
H A DParseDeclCXX.cpp171 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5149 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
H A DSemaExprObjC.cpp2305 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()