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
195 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
1096 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { function in class:ObjCMethodDecl
1132 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false))

Completed in 289 milliseconds