Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp621 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()
623 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
DDeclPrinter.cpp710 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
DTypePrinter.cpp803 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
DType.cpp3294 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp516 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()
/external/llvm-project/clang/include/clang/AST/
DType.h4066 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
4154 unsigned getNumExceptions() const {
4163 assert(i < getNumExceptions() && "Invalid exception number!");
4265 return exception_begin() + getNumExceptions();
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp941 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
DSemaExceptionSpec.cpp619 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
DSemaType.cpp5281 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
/external/clang/lib/AST/
DDeclPrinter.cpp536 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
DTypePrinter.cpp603 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
DASTImporter.cpp650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsStructurallyEquivalent()
652 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1483 unsigned getNumExceptions() const { in getNumExceptions() function
/external/clang/lib/CodeGen/
DCGException.cpp452 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
/external/clang/include/clang/AST/
DType.h3265 case EST_Dynamic: return getNumExceptions() * sizeof(QualType);
3334 unsigned getNumExceptions() const { return NumExceptions; }
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp488 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
/external/clang/lib/Serialization/
DASTWriter.cpp239 Record.push_back(T->getNumExceptions()); in addExceptionSpec()
240 for (unsigned I = 0, N = T->getNumExceptions(); I != N; ++I) in addExceptionSpec()