Searched defs:getIvarDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp53 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const { function in class:ObjCContainerDecl
493 if (ObjCIvarDecl *I = ClassDecl->getIvarDecl(ID)) {
499 if (ObjCIvarDecl *I = Ext->getIvarDecl(ID)) {

Completed in 70 milliseconds