OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSArrayDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaExprObjC.cpp
634
if (!
NSArrayDecl
) {
639
NSArrayDecl
= dyn_cast_or_null<ObjCInterfaceDecl>(IF);
640
if (!
NSArrayDecl
&& getLangOpts().DebuggerObjCLiteral)
641
NSArrayDecl
= ObjCInterfaceDecl::Create (Context,
647
if (!
NSArrayDecl
) {
658
ObjCMethodDecl *Method =
NSArrayDecl
->lookupClassMethod(Sel);
688
if (!validateBoxingMethod(*this, SR.getBegin(),
NSArrayDecl
, Sel, Method))
739
Context.getObjCInterfaceType(
NSArrayDecl
));
[
all
...]
Sema.cpp
97
NSArrayDecl
(nullptr), ArrayWithObjectsMethod(nullptr),
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
667
ObjCInterfaceDecl *
NSArrayDecl
;
[
all
...]
Completed in 6311 milliseconds