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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1013   for (const auto &E : T->exceptions()) {
 1253   for (const auto &E : T->exceptions()) {
 2476     for (const auto &E : T->exceptions())
tools/clang/include/clang/AST/Type.h
 3947       EPI.ExceptionSpec.Exceptions = exceptions();
tools/clang/lib/AST/ASTImporter.cpp
 1206   for (const auto &E : T->exceptions()) {
tools/clang/lib/AST/ItaniumMangle.cpp
 2825       for (auto ExceptTy : T->exceptions())
tools/clang/lib/AST/Type.cpp
 3073   for (QualType ET : exceptions())
 3085   for (QualType ET : exceptions())
tools/clang/lib/Sema/SemaDeclCXX.cpp
  215   for (const auto &E : Proto->exceptions())
15999     for (const auto &E : Proto->exceptions()) {
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  353     ESI.Exceptions = OldProto->exceptions();
  404     for (const auto &E : OldProto->exceptions()) {
  578     for (const auto &I : Old->exceptions())
  581     for (const auto &I : New->exceptions()) {
  817   for (QualType SubI : Subset->exceptions()) {
  823     for (QualType SuperI : Superset->exceptions()) {
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  128     for (const QualType Ex : FPT->exceptions())