reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseObjc.cpp
 3586   if (!SelIdent &&  // missing selector name.
 3590   KeyIdents.push_back(SelIdent);
 3613       SelIdent = ParseObjCSelectorPiece(Loc);
 3614       KeyIdents.push_back(SelIdent);
 3615       if (!SelIdent && Tok.isNot(tok::colon) && Tok.isNot(tok::coloncolon))