Searched refs:LookupPropertyDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1525 /// LookupPropertyDecl - Looks up a property in the current class and all
1527 ObjCPropertyDecl *Sema::LookupPropertyDecl(const ObjCContainerDecl *CDecl, function in class:Sema
1541 ObjCPropertyDecl *Prop = LookupPropertyDecl((*PI), II);
1557 ObjCPropertyDecl *Prop = LookupPropertyDecl((*PI), II);
H A DSemaExprObjC.cpp1336 S.LookupPropertyDecl(cast<ObjCContainerDecl>(Container),
/external/clang/include/clang/Sema/
H A DSema.h2293 /// LookupPropertyDecl - Looks up a property in the current class and all
2295 ObjCPropertyDecl *LookupPropertyDecl(const ObjCContainerDecl *CDecl,

Completed in 106 milliseconds