Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6608 const Type *ClassOrBound; in FindCompositePointerType() member
6610 Step(Kind K, const Type *ClassOrBound = nullptr) in FindCompositePointerType()
6611 : K(K), Quals(), ClassOrBound(ClassOrBound) {} in FindCompositePointerType()
6618 return Ctx.getMemberPointerType(T, ClassOrBound); in FindCompositePointerType()
6622 if (auto *CAT = cast_or_null<ConstantArrayType>(ClassOrBound)) in FindCompositePointerType()