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

/external/clang/lib/Parse/
H A DParseObjc.cpp297 ObjCDeclSpec &OCDS; member in struct:Parser::ObjCPropertyCallback
304 ObjCDeclSpec &OCDS, SourceLocation AtLoc,
307 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
325 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier();
329 IdentifierInfo *SetterName = OCDS.getSetterName();
340 FD, OCDS,
484 ObjCDeclSpec OCDS; local
489 ParseObjCPropertyAttribute(OCDS);
302 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
[all...]

Completed in 58 milliseconds