Searched defs:ASTVector (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DASTVector.h1 //===- ASTVector.h - Vector that uses ASTContext for allocation --*- C++ -*-=//
10 // This file provides ASTVector, a vector ADT whose contents are
55 class ASTVector { class in namespace:clang
62 explicit ASTVector(ASTContext &C, unsigned N = 0) function in class:clang::ASTVector
67 ~ASTVector() {
369 void ASTVector<T>::grow(ASTContext &C, size_t MinSize) {

Completed in 133 milliseconds