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

/external/clang/include/clang/AST/
H A DDeclObjC.h2215 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property member in class:clang::ObjCPropertyDecl
2228 PropertyIvarDecl(nullptr) {}
2330 PropertyIvarDecl = Ivar;
2333 return PropertyIvarDecl;
2376 ObjCIvarDecl *PropertyIvarDecl; member in class:clang::ObjCPropertyImplDecl
2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
2394 assert (PK == Dynamic || PropertyIvarDecl);
2418 return PropertyIvarDecl ? Synthesize : Dynamic;
2422 return PropertyIvarDecl;
2428 PropertyIvarDecl
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp946 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx);

Completed in 296 milliseconds