Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7172 const Type *ClassOrBound; in FindCompositePointerType() member
7174 Step(Kind K, const Type *ClassOrBound = nullptr) in FindCompositePointerType()
7175 : K(K), ClassOrBound(ClassOrBound) {} in FindCompositePointerType()
7182 return Ctx.getMemberPointerType(T, ClassOrBound); in FindCompositePointerType()
7186 if (auto *CAT = cast_or_null<ConstantArrayType>(ClassOrBound)) in FindCompositePointerType()