Home
last modified time | relevance | path

Searched defs:BumpVectorContext (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Support/
DBumpVector.h37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {} in BumpVectorContext() function
42 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {} in BumpVectorContext() function