Searched refs:categoryId (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 277 IdentifierInfo *categoryId = nullptr; in ParseObjCAtInterfaceDeclaration() local 287 categoryId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration() 311 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration() 2204 IdentifierInfo *categoryId = nullptr; in ParseObjCAtImplementationDeclaration() local 2214 categoryId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration() 2239 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
|