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

/external/clang/lib/AST/
H A DDeclObjC.cpp153 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, function in class:ObjCPropertyDecl
194 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
256 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
1082 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { function in class:ObjCMethodDecl
1118 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false))

Completed in 35 milliseconds