Home | History | Annotate | Download | only in Sema

Lines Matching refs:Exceptions

161                                              ParsedType *Exceptions,
190 I.Fun.Exceptions = 0;
219 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
221 I.Fun.Exceptions[i].Ty = Exceptions[i];
222 I.Fun.Exceptions[i].Range = ExceptionRanges[i];