Searched refs:MatchOneProtocolPropertiesInClass (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1288 /// MatchOneProtocolPropertiesInClass - This routine goes thru the list
1292 Sema::MatchOneProtocolPropertiesInClass(Decl *CDecl, function in class:Sema
1298 assert (CatDecl && "MatchOneProtocolPropertiesInClass");
1344 MatchOneProtocolPropertiesInClass(CatDecl, *P);
1355 MatchOneProtocolPropertiesInClass(CatDecl, *P);
1365 MatchOneProtocolPropertiesInClass(IDecl, *P);
1377 MatchOneProtocolPropertiesInClass(IDecl, *P);
/external/clang/include/clang/Sema/
H A DSema.h6083 void MatchOneProtocolPropertiesInClass(Decl *CDecl,

Completed in 71 milliseconds