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

References

tools/clang/include/clang/Analysis/ConstructionContext.h
  443       : ConstructionContext(ConstructionContext::NewAllocatedObjectKind),
  452     return CC->getKind() == NewAllocatedObjectKind;
tools/clang/lib/Analysis/CFG.cpp
 5349   case ConstructionContext::NewAllocatedObjectKind: {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  162     case ConstructionContext::NewAllocatedObjectKind: {