OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propd
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/ARCMigrate/
TransProperties.cpp
51
ObjCPropertyDecl *
PropD
;
55
PropData(ObjCPropertyDecl *
propD
) :
PropD
(
propD
), IvarD(0), ImplD(0) { }
87
ObjCPropertyDecl *
propD
= implD->getPropertyDecl();
88
if (!
propD
||
propD
->isInvalidDecl())
93
unsigned rawAtLoc =
propD
->getAtLoc().getRawEncoding();
100
if (I->
PropD
==
propD
) {
[
all
...]
Completed in 127 milliseconds