OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInObjcMethodScope
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
337
///
isInObjcMethodScope
- Return true if this scope is, or is contained in, an
339
bool
isInObjcMethodScope
() const {
/external/clang/lib/Parse/
ParseInit.cpp
217
getCurScope()->
isInObjcMethodScope
()) {
ParseExpr.cpp
[
all
...]
ParseDeclCXX.cpp
133
getCurScope()->
isInObjcMethodScope
() || getCurScope()->getBlockParent() ||
[
all
...]
ParseObjc.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
Completed in 501 milliseconds