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

References

tools/clang/lib/AST/Stmt.cpp
  489   C.Deallocate(this->Names);
  490   this->Names = new (C) IdentifierInfo*[NumExprs];
  493   C.Deallocate(this->Exprs);
  494   this->Exprs = new (C) Stmt*[NumExprs];
  498   C.Deallocate(this->Constraints);
  499   this->Constraints = new (C) StringLiteral*[NumConstraints];
  502   C.Deallocate(this->Clobbers);
  503   this->Clobbers = new (C) StringLiteral*[NumClobbers];