Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp2469 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local
2478 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
2549 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()
2550 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()
2574 } else if (!selIdent) { in ParseObjCMessageExpressionBody()
2600 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()