Searched refs:Containers (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 120 static const llvm::StringSet<> Containers{ in inferGslPointerAttribute() local 145 Containers.count(Parent->getName())) in inferGslPointerAttribute()
|
H A D | SemaCodeComplete.cpp | 9797 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl() local 9798 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl() 9812 llvm::append_range(Containers, IFace->visible_categories()); in CodeCompleteObjCMethodDecl() 9815 for (unsigned I = 0, N = Containers.size(); I != N; ++I) in CodeCompleteObjCMethodDecl() 9816 for (auto *P : Containers[I]->instance_properties()) in CodeCompleteObjCMethodDecl()
|
/freebsd/stand/forth/ |
H A D | menu.4th | 80 \ Containers for parsing kernels into menu-items 131 \ Containers for storing the initial caption text
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 99 def Containers : Package<"containers">, ParentPackage<CoreFoundation>; 1320 let ParentPackage = Containers in {
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 664 .. index:: Containers 666 Containers section in Emitting Hierarchy
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 787 …template<template <typename...> class Final, template< typename...> class...Containers, typename..… 788 …TemplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typen… 804 …class Final, template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class...Containers, typename...Type… 805 …mplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typenam…
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 1355 ### Matching Containers
|