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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h18 #include "clang/AST/ASTVector.h"
25 struct DeclsTy : ASTVector<DeclAccessPair> {
27 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {}
H A DASTVector.h1 //===- ASTVector.h - Vector that uses ASTContext for allocation --*- C++ -*-=//
10 // This file provides ASTVector, a vector ADT whose contents are
57 class ASTVector { class in namespace:clang
72 ASTVector() : Begin(0), End(0), Capacity(0, false) {} function in class:clang::ASTVector
74 ASTVector(const ASTContext &C, unsigned N) function in class:clang::ASTVector
79 ~ASTVector() {
384 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) {
H A DExpr.h18 #include "clang/AST/ASTVector.h"
3731 typedef ASTVector<Stmt *> InitExprsTy;

Completed in 105 milliseconds