Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7663 llvm::SmallPtrSet<CanQualType,8> CTypes; in ActOnStartCXXMemberReference() local
7665 CTypes.insert(Context.getCanonicalType(BaseType)); in ActOnStartCXXMemberReference()
7710 if (!CTypes.insert(CBaseType).second) { in ActOnStartCXXMemberReference()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtuple140 template <class... Tuples> tuple<CTypes...> tuple_cat(Tuples&&... tpls); // constexpr in C++14