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

Declarations

tools/clang/include/clang/AST/ASTVector.h
  356   void grow(const ASTContext &C, size_type MinSize = 1);

References

tools/clang/include/clang/AST/ASTVector.h
  169     grow(C);
  175       grow(C, N);
  192       this->grow(C, this->size()+NumInputs);
  205       this->grow(C, this->size()+NumInputs);
  235     this->grow(C);
  347         this->grow(C, N);