OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSDictionaryDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaExprObjC.cpp
733
if (!
NSDictionaryDecl
) {
737
NSDictionaryDecl
= dyn_cast_or_null<ObjCInterfaceDecl>(IF);
738
if (!
NSDictionaryDecl
&& getLangOpts().DebuggerObjCLiteral)
739
NSDictionaryDecl
= ObjCInterfaceDecl::Create (Context,
745
if (!
NSDictionaryDecl
) {
757
ObjCMethodDecl *Method =
NSDictionaryDecl
->lookupClassMethod(Sel);
[
all
...]
Sema.cpp
86
NSDictionaryDecl
(0), DictionaryWithObjectsMethod(0),
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
594
ObjCInterfaceDecl *
NSDictionaryDecl
;
[
all
...]
Completed in 141 milliseconds