Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttrIterator.h121 using ValuePointeeTy = std::remove_pointer_t<ValueTy>; in getSpecificAttr() local
122 using IterTy = std::conditional_t<std::is_const_v<ValuePointeeTy>, in getSpecificAttr()
131 using ValuePointeeTy = std::remove_pointer_t<ValueTy>; in getSpecificAttrs() local
132 using IterTy = std::conditional_t<std::is_const_v<ValuePointeeTy>, in getSpecificAttrs()