Home
last modified time | relevance | path

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

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