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

References

tools/clang/include/clang/AST/Stmt.h
 2964     return Constraints[i];
 2967     return Constraints[i];
 2992     return Constraints[i + NumOutputs];
 2995     return Constraints[i + NumOutputs];
tools/clang/lib/AST/Stmt.cpp
  498   C.Deallocate(this->Constraints);
  499   this->Constraints = new (C) StringLiteral*[NumConstraints];
  500   std::copy(Constraints, Constraints + NumConstraints, this->Constraints);
  772   Constraints = new (C) StringLiteral*[NumConstraints];
  773   std::copy(constraints, constraints + NumConstraints, Constraints);