Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp176 unsigned NumExceptions, in getFunction() argument
260 if (NumExceptions) { in getFunction()
261 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
262 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
263 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
282 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1660 unsigned NumExceptions,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h4185 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4196 return {NumExceptions, 0, 0};