Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp175 unsigned NumExceptions, in getFunction() argument
259 if (NumExceptions) { in getFunction()
260 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
261 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
262 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
281 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp514 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local
515 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()
517 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1637 unsigned NumExceptions,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4058 return {NumExceptions, 0, 0};