Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h354 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp216 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
H A DParseExpr.cpp964 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
992 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
2541 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
H A DParseObjc.cpp3011 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
H A DParseDeclCXX.cpp147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4585 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
H A DSemaExprObjC.cpp2113 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()