Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DFunction.h42 using LocalVectorTy = llvm::SmallVector<Local, 8>; variable
44 Scope(LocalVectorTy &&Descriptors) : Descriptors(std::move(Descriptors)) {} in Scope()
46 llvm::iterator_range<LocalVectorTy::iterator> locals() { in locals()
52 LocalVectorTy Descriptors;