OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IvarD
(Results
1 - 3
of
3
) 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
;
234
I->
IvarD
->getLocation());
250
if (isUserDeclared(I->
IvarD
)) {
251
if (I->
IvarD
&
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
207
void reportIvarNeedsInvalidation(const ObjCIvarDecl *
IvarD
,
321
const ObjCIvarDecl *
IvarD
= 0;
324
IvarD
= Prop->getPropertyIvarDecl();
327
if (
IvarD
&&
IvarD
->getContainingInterface() == InterfaceD) {
328
if (TrackedIvars.count(
IvarD
)) {
329
return
IvarD
;
332
if (trackIvar(
IvarD
, TrackedIvars, FirstIvarDecl))
333
return
IvarD
;
566
reportIvarNeedsInvalidation(const ObjCIvarDecl *
IvarD
,
[
all
...]
/external/clang/tools/libclang/
IndexDecl.cpp
239
if (ObjCIvarDecl *
IvarD
= D->getPropertyIvarDecl()) {
240
if (!
IvarD
->getSynthesize())
241
IndexCtx.handleReference(
IvarD
, D->getPropertyIvarDeclLoc(), 0,
Completed in 85 milliseconds