OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSValueDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaExprObjC.cpp
621
if (!
NSValueDecl
) {
622
NSValueDecl
= LookupObjCInterfaceDeclForLiteral(*this, Loc,
624
if (!
NSValueDecl
) {
629
QualType NSValueObject = Context.getObjCInterfaceType(
NSValueDecl
);
641
BoxingMethod =
NSValueDecl
->lookupClassMethod(ValueWithBytesObjCType);
652
NSValueDecl
,
686
if (!validateBoxingMethod(*this, Loc,
NSValueDecl
,
[
all
...]
Sema.cpp
93
NSNumberDecl(nullptr),
NSValueDecl
(nullptr),
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
706
ObjCInterfaceDecl *
NSValueDecl
;
[
all
...]
Completed in 6309 milliseconds