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

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h32 class BumpVectorContext { class in namespace:clang
38 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {} function in class:clang::BumpVectorContext
40 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) { function in class:clang::BumpVectorContext
57 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {} function in class:clang::BumpVectorContext
[all...]

Completed in 193 milliseconds