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

Declarations

tools/clang/include/clang/AST/Type.h
 3980   bool hasDependentExceptionSpec() const;

References

tools/clang/lib/AST/Type.cpp
 3047       assert(hasDependentExceptionSpec() && "type should not be canonical");
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  902   if (!ToFunc || ToFunc->hasDependentExceptionSpec())
  907   if (!FromFunc || FromFunc->hasDependentExceptionSpec())