Home | History | Annotate | Download | only in Sema

Lines Matching refs:Exceptions

165                                              ParsedType *Exceptions,
199 I.Fun.Exceptions = 0;
230 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
232 I.Fun.Exceptions[i].Ty = Exceptions[i];
233 I.Fun.Exceptions[i].Range = ExceptionRanges[i];