Searched refs:Container (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4480 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { argument
4481 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
4488 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
4494 return Container;
4537 ObjCContainerDecl *Container, bool AllowCategories,
4545 Container = getContainerDef(Container);
4581 AddObjCBlockCall(Container->getASTContext(),
4594 AddResultTypeChunk(Container->getASTContext(),
4626 for (const auto *P : Container
4536 AddObjCProperties(const CodeCompletionContext &CCContext, ObjCContainerDecl *Container, bool AllowCategories, bool AllowNullaryMethods, DeclContext *CurContext, AddedPropertiesSet &AddedProperties, ResultBuilder &Results, bool IsBaseExprStatement = false, bool IsClassProperty = false, bool InOriginalClass = true) argument
6758 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true, bool IsRootClass = false) argument
7864 ObjCContainerDecl *Container = local
7903 ObjCContainerDecl *Container = local
7997 FindImplementableMethods(ASTContext &Context, ObjCContainerDecl *Container, Optional<bool> WantInstanceMethods, QualType ReturnType, KnownMethodsMap &KnownMethods, bool InOriginalClass = true) argument
[all...]
H A DTreeTransform.h6341 ArgLocContainer *Container; member in class:TemplateArgumentLocContainerIterator
6364 TemplateArgumentLocContainerIterator(ArgLocContainer &Container, argument
6366 : Container(&Container), Index(Index) { }
6380 return Container->getArgLoc(Index);
6384 return pointer(Container->getArgLoc(Index));
6389 return X.Container == Y.Container && X.Index == Y.Index;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); local
628 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); local
685 << "' ivar in '" << *Container;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp715 auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext());
717 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) {
719 } else if (auto *CategoryDecl = dyn_cast<ObjCCategoryDecl>(Container)) {
721 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp220 template<typename Container>
221 static void printModuleId(raw_ostream &OS, const Container &C) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp206 template <class Container>
207 static void dumpRelocs(const char *Prefix, const Container &Relocs) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp596 StringRef Container = GetExternalSourceContainer(D); local
597 if (!Container.empty())
598 Out << "@M@" << Container; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h630 template <class Container, class Value, class Compare>
631 uptr InternalLowerBound(const Container &v, uptr first, uptr last,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp655 SymbolDeserializer Deserializer(ObjDelegate.get(), Container);
669 SymbolDeserializer Deserializer(ObjDelegate.get(), Container);
H A DSymbolRecordMapping.cpp42 error(IO.padToAlignment(alignOf(Container)));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1324 typename V::template Container<typename V::R_SExpr>
1613 typename V::template Container<SExpr*> Nas(Vs, Args.size());
1614 typename V::template Container<SExpr*> Nis(Vs, Instrs.size());
1756 typename V::template Container<BasicBlock *> Bbs(Vs, Blocks.size());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3196 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); local
3205 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
3208 RL = &getASTObjCInterfaceLayout(Container);
3217 for (const ObjCIvarDecl *IVD = Container->all_declared_ivar_begin();
H A DASTContext.cpp6922 const Decl *Container) const {
6923 if (!Container)
6925 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(Container)) {
6930 const auto *OID = cast<ObjCImplementationDecl>(Container);
6939 /// property declaration. If non-NULL, Container must be either an
6965 const Decl *Container) const {
6971 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) {
H A DASTImporter.cpp442 const InContainerTy &Container, TemplateArgumentListInfo &ToTAInfo);
447 const InContainerTy &Container, TemplateArgumentListInfo &Result);
693 const InContainerTy &Container, TemplateArgumentListInfo &Result) {
702 if (auto Err = ImportTemplateArgumentListInfo(Container, ToTAInfo))
2067 const InContainerTy &Container, TemplateArgumentListInfo &ToTAInfo) {
2068 for (const auto &FromLoc : Container) {
691 ImportTemplateArgumentListInfo( SourceLocation FromLAngleLoc, SourceLocation FromRAngleLoc, const InContainerTy &Container, TemplateArgumentListInfo &Result) argument
2066 ImportTemplateArgumentListInfo( const InContainerTy &Container, TemplateArgumentListInfo &ToTAInfo) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp723 std::vector<NodeId> Container; member in class:clang::diff::__anon2382::PriorityList
728 : Tree(Tree), Cmp(Tree), List(Cmp, Container) {}
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp370 auto &Container = IsType ? Types : Ids;
371 StringRef Name = Container.getTypeName(TI);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp236 const Decl *Container) {
241 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container);
468 llvm::Constant *GeneratePropertyList(const Decl *Container,
3299 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, argument
3318 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container))
3372 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container);
3380 PushProperty(properties, property, Container, isSynthesized, isDynamic);
235 MakePropertyEncodingString(const ObjCPropertyDecl *PD, const Decl *Container) argument
H A DCGExprConstant.cpp135 template<typename Container, typename Range = std::initializer_list<
136 typename Container::value_type>>
137 static void replace(Container &C, size_t BeginOff, size_t EndOff, Range Vals) {
H A DCGObjCMac.cpp953 const Decl *Container);
1017 const Decl *Container,
1435 void AddModuleClassList(ArrayRef<llvm::GlobalValue *> Container,
3268 const Decl *Container,
3331 property.add(GetPropertyTypeString(PD, Container));
5711 const Decl *Container) {
5713 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container);
6227 ArrayRef<llvm::GlobalValue *> Container, StringRef SymbolName,
6229 unsigned NumClasses = Container.size();
6236 Symbols[i] = llvm::ConstantExpr::getBitCast(Container[
3267 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes, bool IsClassProperty) argument
5710 GetPropertyTypeString(const ObjCPropertyDecl *PD, const Decl *Container) argument
6226 AddModuleClassList( ArrayRef<llvm::GlobalValue *> Container, StringRef SymbolName, StringRef SectionName) argument
6889 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1778 template <class Container>
1780 Container &Set) {
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp782 template< template<typename...> class Container, template<typename...> class List, typename...elems>\
783 struct rewrap<TemplateTypeList<Container>, List<elems...>> { using type = TypeList<Container<elems...>>; };\
784 template< template<typename...> class Container, template<typename...> class List, class...Elems, typename...Elements>\
785 struct rewrap<TemplateTypeList<Container>, List<Elems...>, Elements...> { using type = typename append<TypeList<Container<Elems...>>, typename rewrap<TemplateTypeList<Container>, Elements...>::type>::type; };\
800 template< template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class Container, template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class List, INTERNAL_CATCH_REMOVE_PARENS(signature)>\
801 struct rewrap<NttpTemplateTypeList<Container>, List<__VA_ARGS__>> { using type = TypeList<Container<__VA_ARGS_
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1442 TreeEntry(VecTreeTy &Container) : Container(Container) {} argument
1476 VecTreeTy &Container; member in class:llvm::slpvectorizer::BoUpSLP
2287 return {N->UserTreeIndices.begin(), N->Container};
2291 return {N->UserTreeIndices.end(), N->Container};
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1820 /// this method declaration. If non-NULL, Container must be either
1824 const Decl *Container) const;
1831 const Decl *Container) const;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h253 // ValuesIn(const Container& container)
316 template <class Container>
317 internal::ParamGenerator<typename Container::value_type> ValuesIn(
318 const Container& container) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3290 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT); local
3292 SDValue(Container, 0), V, SubReg);
3296 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT); local
3298 SDValue(Container, 0), V, SubReg);

Completed in 736 milliseconds

123