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 610 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
612 if (!SelIdent) {
621 DS.setSetterName(SelIdent);
629 DS.setGetterName(SelIdent);
1000 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc);
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 566 IdentifierInfo *selIdent = Context.getSelIdents()[i];
567 if (selIdent != NULL) {
    [all...]

Completed in 368 milliseconds