OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInObjcMethodScope
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
384
///
isInObjcMethodScope
- Return true if this scope is, or is contained in, an
386
bool
isInObjcMethodScope
() const {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp
255
getCurScope()->
isInObjcMethodScope
()) {
ParseExpr.cpp
1155
(&II == Ident_super && getCurScope()->
isInObjcMethodScope
()))) {
1183
getCurScope()->
isInObjcMethodScope
() &&
2992
getCurScope()->
isInObjcMethodScope
() &&
ParseDeclCXX.cpp
147
getCurScope()->
isInObjcMethodScope
() || getCurScope()->getBlockParent() ||
ParseObjc.cpp
3038
NextToken().isNot(tok::period) && getCurScope()->
isInObjcMethodScope
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
2295
if (IsSuper && S->
isInObjcMethodScope
())
SemaLookup.cpp
4862
if (S && S->
isInObjcMethodScope
() && Typo == getSuperIdentifier())
Completed in 34 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026