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

  /external/clang/include/clang/Analysis/Support/
BumpVector.h 173 construct_range(I, I + Cnt, E);
197 void construct_range(T *S, T *E, const T &Elt) { function in class:clang::BumpVector
  /external/clang/include/clang/AST/
ASTVector.h 345 construct_range(this->end(), this->begin()+N, NV);
355 void construct_range(T *S, T *E, const T &Elt) { function in class:clang::ASTVector

Completed in 51 milliseconds