Home
last modified time | relevance | path

Searched refs:propertyLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp1707 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertySynthesize() local
1724 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize()
1759 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertyDynamic() local
1760 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()