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

References

tools/clang/include/clang/AST/Type.h
 3976     return isNoexceptExceptionSpec(getExceptionSpecType());
tools/clang/lib/AST/DeclPrinter.cpp
  711     } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) {
tools/clang/lib/AST/TypePrinter.cpp
  739   } else if (isNoexceptExceptionSpec(getExceptionSpecType())) {
tools/clang/lib/CodeGen/CGCoroutine.cpp
  136       if (isNoexceptExceptionSpec(Proto->getExceptionSpecType()) &&
tools/clang/lib/CodeGen/CGException.cpp
  462   if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) {
  539   if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) {
tools/clang/tools/extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
   50     if (!isNoexceptExceptionSpec(ProtoType->getExceptionSpecType())) {