Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp2327 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertySynthesize() local
2344 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize()
2379 SourceLocation propertyLoc = ConsumeToken(); // consume property name in ParseObjCPropertyDynamic() local
2380 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()