Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h82 using VTTComponentsVectorTy = SmallVector<VTTComponent, 64>; variable
85 VTTComponentsVectorTy VTTComponents;
141 const VTTComponentsVectorTy &getVTTComponents() const { in getVTTComponents()