Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp317 void Parser::ParseObjCInterfaceDeclList(Decl *interfaceDecl, in ParseObjCInterfaceDeclList() argument
330 ParseObjCMethodPrototype(interfaceDecl, MethodImplKind, false); in ParseObjCInterfaceDeclList()
342 interfaceDecl, in ParseObjCInterfaceDeclList()
436 ParseObjCPropertyAttribute(OCDS, interfaceDecl); in ParseObjCInterfaceDeclList()
438 ObjCPropertyCallback Callback(*this, interfaceDecl, allProperties, in ParseObjCInterfaceDeclList()
462 Actions.ActOnAtEnd(getCurScope(), AtEnd, interfaceDecl, in ParseObjCInterfaceDeclList()
1115 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() argument
1187 } Callback(*this, interfaceDecl, visibility, AllIvarDecls); in ParseObjCClassInstanceVariables()
1202 Actions.ActOnLastBitfield(RBraceLoc, interfaceDecl, AllIvarDecls); in ParseObjCClassInstanceVariables()
1205 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in ParseObjCClassInstanceVariables()
/external/clang/include/clang/Parse/
DParser.h1045 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
1054 void ParseObjCInterfaceDeclList(Decl *interfaceDecl,