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.cpp7876 llvm::SmallPtrSet<CanQualType,8> CTypes; in ActOnStartCXXMemberReference() local
7878 CTypes.insert(Context.getCanonicalType(BaseType)); in ActOnStartCXXMemberReference()
7923 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