Home
last modified time | relevance | path

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

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