Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1050 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument
1052 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()
1060 GetterSelector, ContainerT, true /*instance*/); in CheckKeyForObjCARCConversion()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp767 template <typename ContainerT = Array>
768 bool insertNonEmptyValues(Object &Obj, TBDKey Key, ContainerT &&Contents) { in insertNonEmptyValues()