Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTTBuilder.h83 using VTTComponentsVectorTy = SmallVector<VTTComponent, 64>; variable
86 VTTComponentsVectorTy VTTComponents;
142 const VTTComponentsVectorTy &getVTTComponents() const { in getVTTComponents()