HomeSort by relevance Sort by last modified time
    Searched refs:ASTVector (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/AST/
ASTVectorTest.cpp 10 // Unit tests for the ASTVector container.
16 #include "clang/AST/ASTVector.h"
22 ASTVector<int> V;
  /external/clang/include/clang/AST/
ASTVector.h 1 //===- ASTVector.h - Vector that uses ASTContext for allocation --*- C++ -*-=//
10 // This file provides ASTVector, a vector ADT whose contents are
57 class ASTVector {
64 ASTVector() : Begin(NULL), End(NULL), Capacity(NULL) { }
66 ASTVector(ASTContext &C, unsigned N)
71 ~ASTVector() {
373 void ASTVector<T>::grow(ASTContext &C, size_t MinSize) {
ASTUnresolvedSet.h 18 #include "clang/AST/ASTVector.h"
25 typedef ASTVector<DeclAccessPair> DeclsTy;
Expr.h 18 #include "clang/AST/ASTVector.h"
    [all...]

Completed in 81 milliseconds