Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp257 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, AtLoc); in ParseObjCAtInterfaceDeclaration()
304 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration()
1249 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() function in Parser
1525 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration()
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1238 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,