Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp299 IdentifierInfo *superClassId = nullptr; in ParseObjCAtInterfaceDeclaration() local
318 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration()
354 superClassId, superClassLoc); in ParseObjCAtInterfaceDeclaration()
357 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2182 IdentifierInfo *superClassId = nullptr; in ParseObjCAtImplementationDeclaration() local
2187 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration()
2191 AtLoc, nameId, nameLoc, superClassId, superClassLoc, Attrs); in ParseObjCAtImplementationDeclaration()
/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()