Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp256 IdentifierInfo *nameId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration() local
281 getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
311 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
336 Actions.CodeCompletion().CodeCompleteObjCSuperclass(getCurScope(), nameId, in ParseObjCAtInterfaceDeclaration()
383 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2179 IdentifierInfo *nameId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration() local
2209 getCurScope(), nameId, nameLoc); in ParseObjCAtImplementationDeclaration()
2239 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
2253 AtLoc, nameId, nameLoc, superClassId, superClassLoc, Attrs); in ParseObjCAtImplementationDeclaration()