Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h333 template<typename ContainerT>
334 void appendTo(ContainerT &To) const { in appendTo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1052 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument
1054 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()
1062 GetterSelector, ContainerT, true /*instance*/); in CheckKeyForObjCARCConversion()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp739 template <typename ContainerT = Array>
740 bool insertNonEmptyValues(Object &Obj, TBDKey Key, ContainerT &&Contents) { in insertNonEmptyValues()