Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp167 unsigned NumExceptions, in getFunction() argument
247 if (NumExceptions) { in getFunction()
248 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
249 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
250 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
269 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp473 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local
474 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()
476 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1604 unsigned NumExceptions,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3839 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
3849 return {NumExceptions, 0, 0};