Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp295 IdentifierInfo *superClassId = nullptr; in ParseObjCAtInterfaceDeclaration() local
317 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration()
356 Actions.ActOnTypedefedProtocols(protocols, superClassId, superClassLoc); in ParseObjCAtInterfaceDeclaration()
360 typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2171 IdentifierInfo *superClassId = nullptr; in ParseObjCAtImplementationDeclaration() local
2179 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration()
2184 superClassId, superClassLoc); in ParseObjCAtImplementationDeclaration()