Home
last modified time | relevance | path

Searched refs:NumExceptions (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp173 unsigned NumExceptions, in getFunction() argument
207 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()
DSemaTemplateVariadic.cpp775 for (unsigned i = 0; i != Chunk.Fun.NumExceptions; ++i) { in containsUnexpandedParameterPacks()
DSemaType.cpp4293 unsigned N = FTI.NumExceptions; in GetFullTypeForDeclarator()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp175 unsigned NumExceptions, in getFunction() argument
258 if (NumExceptions) { in getFunction()
259 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
260 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
261 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
280 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
/external/clang/lib/CodeGen/
DCGException.cpp452 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local
453 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()
455 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp488 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local
489 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()
491 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
/external/clang/include/clang/AST/
DType.h3213 unsigned NumExceptions : 9;
3334 unsigned getNumExceptions() const { return NumExceptions; }
3336 assert(i < NumExceptions && "Invalid exception number!");
3414 return exception_begin() + NumExceptions;
/external/clang/lib/AST/
DType.cpp2663 NumExceptions(epi.ExceptionSpec.Exceptions.size()), in FunctionProtoType()
2785 for (unsigned I = 0, N = NumExceptions; I != N; ++I) in isNothrow()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1635 unsigned NumExceptions,
/external/llvm-project/clang/include/clang/AST/
DType.h4036 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4047 return {NumExceptions, 0, 0};