Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A 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()
2193 IdentifierInfo *superClassId = nullptr; in ParseObjCAtImplementationDeclaration() local
2198 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration()
2202 AtLoc, nameId, nameLoc, superClassId, superClassLoc, Attrs); in ParseObjCAtImplementationDeclaration()