Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp316 IdentifierInfo *superClassId = nullptr; in ParseObjCAtInterfaceDeclaration() local
335 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration()
371 superClassId, superClassLoc); in ParseObjCAtInterfaceDeclaration()
375 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2237 IdentifierInfo *superClassId = nullptr; in ParseObjCAtImplementationDeclaration() local
2242 superClassId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration()
2246 AtLoc, nameId, nameLoc, superClassId, superClassLoc, Attrs); in ParseObjCAtImplementationDeclaration()