HomeSort by relevance Sort by last modified time
    Searched refs:selIdent (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp 595 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
597 if (!SelIdent) {
606 DS.setSetterName(SelIdent);
615 DS.setGetterName(SelIdent);
988 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc);
991 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 565 if (IdentifierInfo *selIdent = *I)
566 AllocatedResults.Selector += selIdent->getName();
    [all...]

Completed in 354 milliseconds