OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivarD
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransProperties.cpp
61
ObjCIvarDecl *
IvarD
;
64
PropData(ObjCPropertyDecl *propD) : PropD(propD),
IvarD
(0), ImplD(0) { }
111
ObjCIvarDecl *
ivarD
= implD->getPropertyIvarDecl();
112
if (!
ivarD
||
ivarD
->isInvalidDecl())
122
I->
IvarD
=
ivarD
;
246
if (isUserDeclared(I->
IvarD
)) {
247
if (I->
IvarD
&&
248
I->
IvarD
->getType().getObjCLifetime() != Qualifiers::OCL_Weak)
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
579
if (ObjCIvarDecl *
ivarD
= dyn_cast<ObjCIvarDecl>(D)) {
580
if (
ivarD
->getSynthesize())
[
all
...]
Completed in 74 milliseconds