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

References

tools/clang/include/clang/AST/ASTContext.h
 1207       QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI);
 1216                            const FunctionProtoType::ExceptionSpecInfo &ESI,
tools/clang/include/clang/AST/Type.h
 3811     ExceptionSpecInfo ExceptionSpec;
 3819     ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &ESI) {
tools/clang/include/clang/Sema/Sema.h
 1599                            const FunctionProtoType::ExceptionSpecInfo &ESI);
 5206     FunctionProtoType::ExceptionSpecInfo getExceptionSpec() const {
 5207       FunctionProtoType::ExceptionSpecInfo ESI;
 5279                                    FunctionProtoType::ExceptionSpecInfo &ESI);
 8325                           FunctionProtoType::ExceptionSpecInfo &ESI,
tools/clang/include/clang/Serialization/ASTReader.h
 1342                          FunctionProtoType::ExceptionSpecInfo &ESI,
 2455                          FunctionProtoType::ExceptionSpecInfo &ESI) {
tools/clang/lib/AST/ASTContext.cpp
 2851     QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) {
 2887     FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
 3724     const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 6825   auto ESI = IES.getExceptionSpec();
16061     FunctionProtoType::ExceptionSpecInfo &ESI) {
16124   FunctionProtoType::ExceptionSpecInfo ESI;
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  222                           const FunctionProtoType::ExceptionSpecInfo &ESI) {
  349   FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
tools/clang/lib/Sema/SemaExprCXX.cpp
 6026 static FunctionProtoType::ExceptionSpecInfo
 6027 mergeExceptionSpecs(Sema &S, FunctionProtoType::ExceptionSpecInfo ESI1,
 6028                     FunctionProtoType::ExceptionSpecInfo ESI2,
 6085     FunctionProtoType::ExceptionSpecInfo Result(EST_Dynamic);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1781                               FunctionProtoType::ExceptionSpecInfo &ESI,
 1794   FunctionProtoType::ExceptionSpecInfo ESI =
tools/clang/lib/Sema/TreeTransform.h
  617                               FunctionProtoType::ExceptionSpecInfo &ESI,
 5478     SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
tools/clang/lib/Serialization/ASTReader.cpp
 6893                                   FunctionProtoType::ExceptionSpecInfo &ESI,
12159         auto ESI = FPT->getExtProtoInfo().ExceptionSpec;
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4439       FunctionProtoType::ExceptionSpecInfo ESI;