Home
last modified time | relevance | path

Searched refs:LocalVectorTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h46 using LocalVectorTy = llvm::SmallVector<Local, 8>; variable
48 Scope(LocalVectorTy &&Descriptors) : Descriptors(std::move(Descriptors)) {} in Scope()
50 llvm::iterator_range<LocalVectorTy::const_iterator> locals() const { in locals()
54 llvm::iterator_range<LocalVectorTy::const_reverse_iterator>
61 LocalVectorTy Descriptors;