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

/external/clang/lib/AST/
H A DDeclObjC.cpp154 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, function in class:ObjCPropertyDecl
169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext,
233 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
357 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
1231 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { function in class:ObjCMethodDecl
1302 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false))

Completed in 99 milliseconds