Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp520 if (OrigProto1->getNumExceptions() != OrigProto2->getNumExceptions()) in IsStructurallyEquivalent()
522 for (unsigned I = 0, N = OrigProto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
H A DDeclPrinter.cpp672 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
H A DTypePrinter.cpp724 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
H A DType.cpp3003 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp897 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
H A DSemaExceptionSpec.cpp595 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
H A DSemaType.cpp4812 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3868 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
3948 unsigned getNumExceptions() const {
3957 assert(i < getNumExceptions() && "Invalid exception number!");
4054 return exception_begin() + getNumExceptions();
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1463 unsigned getNumExceptions() const { in getNumExceptions() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp473 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp295 Record.push_back(T->getNumExceptions()); in addExceptionSpec()
296 for (unsigned I = 0, N = T->getNumExceptions(); I != N; ++I) in addExceptionSpec()