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

/external/clang/lib/Parse/
H A DParseObjc.cpp2430 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); local
2439 KeyIdents.push_back(selIdent);
2508 selIdent = ParseObjCSelectorPiece(Loc);
2509 if (!selIdent && Tok.isNot(tok::colon))
2535 } else if (!selIdent) {
2559 KeyIdents.push_back(selIdent);
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp565 if (IdentifierInfo *selIdent = *I)
566 AllocatedResults.Selector += selIdent->getName();

Completed in 122 milliseconds