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

References

tools/clang/include/clang/AST/Type.h
 3951       EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
 3954       EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
tools/clang/lib/AST/ASTImporter.cpp
 1218       FromEPI.ExceptionSpec.SourceDecl,
 1232       ToEPI.ExceptionSpec.SourceDecl,
 3125     if (FromEPI.ExceptionSpec.SourceDecl ||
tools/clang/lib/AST/TextNodeDumper.cpp
 1302       OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl;
tools/clang/lib/AST/Type.cpp
 3031     slot[0] = epi.ExceptionSpec.SourceDecl;
 3039     slot[0] = epi.ExceptionSpec.SourceDecl;
 3174     ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 6809   EPI.ExceptionSpec.SourceDecl = MD;
 7012       EPI.ExceptionSpec.SourceDecl = MD;
11590   EPI.ExceptionSpec.SourceDecl = DerivedCtor;
11884   EPI.ExceptionSpec.SourceDecl = Destructor;
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4081       EPI.ExceptionSpec.SourceDecl = New;
tools/clang/lib/Serialization/ASTReader.cpp
 6905     ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
 6908     ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);