Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp776 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()
778 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
H A DDeclPrinter.cpp829 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
H A DTypePrinter.cpp852 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
H A DType.cpp3626 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp951 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
H A DSemaExceptionSpec.cpp633 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
H A DSemaType.cpp5652 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4405 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
4497 unsigned getNumExceptions() const {
4506 assert(i < getNumExceptions() && "Invalid exception number!");
4607 return exception_begin() + getNumExceptions();
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1523 unsigned getNumExceptions() const { in getNumExceptions() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp525 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()