Home
last modified time | relevance | path

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

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