Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp606 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local
607 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3184 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local
3193 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
3262 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()
3263 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()
3289 } else if (!selIdent) { in ParseObjCMessageExpressionBody()
3313 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()