Searched refs:categoryId (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 232 IdentifierInfo *categoryId = nullptr; in ParseObjCAtInterfaceDeclaration() local 242 categoryId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration() 266 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration() 1927 IdentifierInfo *categoryId = nullptr; in ParseObjCAtImplementationDeclaration() local 1937 categoryId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration() 1962 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
|