Searched refs:ASTVector (Results 1 - 2 of 2) 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) {
H A DExpr.h23 #include "clang/AST/ASTVector.h"
3509 typedef ASTVector<Stmt *> InitExprsTy;

Completed in 70 milliseconds