reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 3947       EPI.ExceptionSpec.Exceptions = exceptions();
tools/clang/include/clang/Sema/Sema.h
 5210         ESI.Exceptions = Exceptions;
tools/clang/lib/AST/ASTContext.cpp
 3745     for (QualType ET : ESI.Exceptions) {
 3836         for (QualType ET : EPI.ExceptionSpec.Exceptions) {
 3845           CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage;
 3878       EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size());
tools/clang/lib/AST/ASTImporter.cpp
 1229   ToEPI.ExceptionSpec.Exceptions = ExceptionTypes;
tools/clang/lib/AST/JSONNodeDumper.cpp
  515     for (QualType QT : E.ExceptionSpec.Exceptions)
tools/clang/lib/AST/Type.cpp
  991       for (auto exceptionType : info.ExceptionSpec.Exceptions) {
 1003         info.ExceptionSpec.Exceptions =
 1287       for (auto exceptionType : info.ExceptionSpec.Exceptions) {
 1300         info.ExceptionSpec.Exceptions =
 2974     ExtraBits.NumExceptionType = epi.ExceptionSpec.Exceptions.size();
 2997     for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) {
 3168     for (QualType Ex : epi.ExceptionSpec.Exceptions)
tools/clang/lib/Sema/SemaDeclCXX.cpp
16086     ESI.Exceptions = Exceptions;
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  353     ESI.Exceptions = OldProto->exceptions();
tools/clang/lib/Sema/SemaExprCXX.cpp
 2807       EPI.ExceptionSpec.Exceptions = llvm::makeArrayRef(BadAllocType);
 6080     for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions})
 6080     for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions})
 6086     Result.Exceptions = ExceptionTypeStorage;
tools/clang/lib/Sema/TreeTransform.h
 5506   for (QualType T : ESI.Exceptions) {
 5566   ESI.Exceptions = Exceptions;
 5567   if (ESI.Exceptions.empty())
tools/clang/lib/Serialization/ASTReader.cpp
 6901     ESI.Exceptions = Exceptions;