Home | History | Annotate | Download | only in libclang

Lines Matching defs:SelIdents

561       ArrayRef<IdentifierInfo *> SelIdents = Context.getSelIdents();
562 for (ArrayRef<IdentifierInfo *>::iterator I = SelIdents.begin(),
563 E = SelIdents.end();