Searched refs:categoryLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 231 SourceLocation categoryLoc; in ParseObjCAtInterfaceDeclaration() local 243 categoryLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() 266 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration() 1926 SourceLocation categoryLoc, rparenLoc; in ParseObjCAtImplementationDeclaration() local 1938 categoryLoc = ConsumeToken(); in ParseObjCAtImplementationDeclaration() 1962 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
|