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

References

tools/clang/lib/AST/ASTContext.cpp
 2875       Proto->getExtProtoInfo().withExceptionSpec(ESI));
tools/clang/lib/CodeGen/CGExprComplex.cpp
  634   EPI = EPI.withExceptionSpec(
tools/clang/lib/Sema/SemaDecl.cpp
 8911           FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept)));
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  342         NewProto->getExtProtoInfo().withExceptionSpec(EST_DynamicNone)));
  370         NewProto->getExtProtoInfo().withExceptionSpec(ESI)));
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4451             FPT->getExtProtoInfo().withExceptionSpec(ESI)));