Searched refs:propertyLoc (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1470 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertySynthesize() local 1489 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, ObjCImpDecl, in ParseObjCPropertySynthesize() 1523 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertyDynamic() local 1524 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, ObjCImpDecl, in ParseObjCPropertyDynamic()
|