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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
 2216   bool shouldNullCheckAllocation() const;

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1646   bool nullCheck = E->shouldNullCheckAllocation() &&