Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp639 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()
641 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
H A DDeclPrinter.cpp722 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
H A DTypePrinter.cpp806 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
H A DType.cpp3302 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4077 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
4165 unsigned getNumExceptions() const {
4174 assert(i < getNumExceptions() && "Invalid exception number!");
4276 return exception_begin() + getNumExceptions();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp941 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
H A DSemaExceptionSpec.cpp621 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
H A DSemaType.cpp5322 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1484 unsigned getNumExceptions() const { in getNumExceptions() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp514 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()