Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp315 IdentifierInfo *superClassId = nullptr; in ParseObjCAtInterfaceDeclaration() local
337 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration()
370 Actions.ActOnTypedefedProtocols(protocols, superClassId, superClassLoc); in ParseObjCAtInterfaceDeclaration()
374 typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2202 IdentifierInfo *superClassId = nullptr; in ParseObjCAtImplementationDeclaration() local
2210 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration()
2215 superClassId, superClassLoc); in ParseObjCAtImplementationDeclaration()