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

/external/clang/lib/Parse/
H A DParseObjc.cpp314 ObjCDeclSpec &OCDS; member in struct:Parser::ObjCPropertyCallback
321 ObjCDeclSpec &OCDS, SourceLocation AtLoc,
324 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
342 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier();
346 IdentifierInfo *SetterName = OCDS.getSetterName();
358 FD, OCDS,
502 ObjCDeclSpec OCDS; local
507 ParseObjCPropertyAttribute(OCDS);
319 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
[all...]

Completed in 51 milliseconds