Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp149 IdentifierInfo *nameId = Tok.getIdentifierInfo(); in ParseObjCAtInterfaceDeclaration() local
159 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
192 nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
214 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
235 Actions.ActOnStartClassInterface(atLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
1329 IdentifierInfo *nameId = Tok.getIdentifierInfo(); in ParseObjCAtImplementationDeclaration() local
1339 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtImplementationDeclaration()
1357 atLoc, nameId, nameLoc, categoryId, in ParseObjCAtImplementationDeclaration()
1377 atLoc, nameId, nameLoc, in ParseObjCAtImplementationDeclaration()