Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp605 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local
606 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3175 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local
3184 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
3253 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()
3254 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()
3280 } else if (!selIdent) { in ParseObjCMessageExpressionBody()
3304 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()