Searched refs:Containers (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp107 static llvm::StringSet<> Containers{
132 Containers.count(Parent->getName()))
H A DSemaCodeComplete.cpp8868 SmallVector<ObjCContainerDecl *, 4> Containers; local
8869 Containers.push_back(SearchDecl);
8884 Containers.push_back(Cat);
8887 for (unsigned I = 0, N = Containers.size(); I != N; ++I)
8888 for (auto *P : Containers[I]->instance_properties())
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp787 template<template <typename...> class Final, template< typename...> class...Containers, typename...Types>\
788 struct create<Final, TemplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typename rewrap<TemplateTypeList<Containers>, Types...>::type...>::type; };\
804 template<template <typename...> class Final, template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class...Containers, typename...Types>\
805 struct create<Final, NttpTemplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typename rewrap<NttpTemplateTypeList<Containers>, Types...>::type...>::type; };

Completed in 142 milliseconds