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 629 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
631 if (!SelIdent) {
640 DS.setSetterName(SelIdent);
649 DS.setGetterName(SelIdent);
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 565 if (IdentifierInfo *selIdent = *I)
566 AllocatedResults.Selector += selIdent->getName();
    [all...]

Completed in 70 milliseconds