Searched refs:NumExceptions (Results 1 – 7 of 7) sorted by relevance
173 unsigned NumExceptions, in getFunction() argument207 I.Fun.NumExceptions = 0; in getFunction()240 if (NumExceptions) { in getFunction()241 I.Fun.NumExceptions = NumExceptions; in getFunction()242 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()243 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
775 for (unsigned i = 0; i != Chunk.Fun.NumExceptions; ++i) { in containsUnexpandedParameterPacks()
4293 unsigned N = FTI.NumExceptions; in GetFullTypeForDeclarator()
452 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local453 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()455 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
1251 unsigned NumExceptions; member1543 unsigned NumExceptions,
3213 unsigned NumExceptions : 9;3334 unsigned getNumExceptions() const { return NumExceptions; }3336 assert(i < NumExceptions && "Invalid exception number!");3414 return exception_begin() + NumExceptions;
2663 NumExceptions(epi.ExceptionSpec.Exceptions.size()), in FunctionProtoType()2785 for (unsigned I = 0, N = NumExceptions; I != N; ++I) in isNothrow()