OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCMethodScope
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
44
FunctionPrototypeScope | AtCatchScope |
ObjCMethodScope
)) ==
176
} else if (Flags &
ObjCMethodScope
) {
177
OS << "
ObjCMethodScope
";
178
Flags &= ~
ObjCMethodScope
;
SemaExprCXX.cpp
627
Scope::FunctionPrototypeScope | Scope::
ObjCMethodScope
|
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
93
ObjCMethodScope
= 0x800,
342
if (S->getFlags() &
ObjCMethodScope
)
353
if (S->getFlags() &
ObjCMethodScope
)
385
Scope::AtCatchScope | Scope::
ObjCMethodScope
))
/external/clang/lib/Parse/
ParseObjc.cpp
[
all
...]
Completed in 100 milliseconds