Searched refs:ParseObjCClassInstanceVariables (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 292 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, AtLoc); in ParseObjCAtInterfaceDeclaration() 363 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration() 1903 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() function in Parser 2194 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 308 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, AtLoc); in ParseObjCAtInterfaceDeclaration() 384 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration() 1921 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() function in Parser 2218 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1289 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1634 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
|