Searched refs:categoryLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 276 SourceLocation categoryLoc; in ParseObjCAtInterfaceDeclaration() local 288 categoryLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() 311 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration() 2203 SourceLocation categoryLoc, rparenLoc; in ParseObjCAtImplementationDeclaration() local 2215 categoryLoc = ConsumeToken(); in ParseObjCAtImplementationDeclaration() 2239 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
|