Searched refs:PropertyIvarDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2231 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property member in class:clang::ObjCPropertyDecl
2244 PropertyIvarDecl(nullptr) {}
2346 PropertyIvarDecl = Ivar;
2349 return PropertyIvarDecl;
2392 ObjCIvarDecl *PropertyIvarDecl; member in class:clang::ObjCPropertyImplDecl
2408 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
2410 assert (PK == Dynamic || PropertyIvarDecl);
2434 return PropertyIvarDecl ? Synthesize : Dynamic;
2438 return PropertyIvarDecl;
2444 PropertyIvarDecl
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1011 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx);

Completed in 59 milliseconds