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

Declarations

tools/clang/include/clang/AST/Type.h
 2068   bool isNothrowT() const;                      // C++   std::nothrow_t

References

tools/clang/lib/AST/Decl.cpp
 2994     if (Ty->isNothrowT())
tools/clang/lib/AST/ExprConstant.cpp
 5988     IsNothrow |= E->getType()->isNothrowT();
 8503         !E->getPlacementArg(0)->getType()->isNothrowT())