Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp3112 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local
3121 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
3190 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()
3191 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()
3217 } else if (!selIdent) { in ParseObjCMessageExpressionBody()
3241 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()