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

  /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
55 class ASTVector {
62 explicit ASTVector(ASTContext &C, unsigned N = 0)
67 ~ASTVector() {
369 void ASTVector<T>::grow(ASTContext &C, size_t MinSize) {
Expr.h 23 #include "clang/AST/ASTVector.h"
    [all...]

Completed in 32 milliseconds