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

References

tools/clang/include/clang/Analysis/CFG.h
  248     : CFGElement(NewAllocator, S) {}
  261     return elem.getKind() == NewAllocator;
tools/clang/lib/Analysis/CFG.cpp
 4952     case CFGElement::NewAllocator:
 5512   case CFGElement::Kind::NewAllocator:
tools/clang/lib/Analysis/PathDiagnostic.cpp
  540   case CFGElement::NewAllocator: {
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  539   if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  642     case CFGElement::NewAllocator: