Searched refs:NumExceptions (Results 1 – 7 of 7) sorted by relevance
183 unsigned NumExceptions, in getFunction() argument216 I.Fun.NumExceptions = 0; in getFunction()249 if (NumExceptions) { in getFunction()250 I.Fun.NumExceptions = NumExceptions; in getFunction()251 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()252 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
775 for (unsigned i = 0; i != Chunk.Fun.NumExceptions; ++i) { in containsUnexpandedParameterPacks()
2984 unsigned N = FTI.NumExceptions; in GetFullTypeForDeclarator()
512 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local513 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()515 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
2956 unsigned NumExceptions : 9;2996 eh_end += NumExceptions;3064 unsigned getNumExceptions() const { return NumExceptions; }3066 assert(i < NumExceptions && "Invalid exception number!");3144 return exception_begin() + NumExceptions;
1209 unsigned NumExceptions; member1477 unsigned NumExceptions,
1605 NumExceptions(epi.ExceptionSpec.Exceptions.size()), in FunctionProtoType()1726 for (unsigned I = 0, N = NumExceptions; I != N; ++I) in isNothrow()