Searched defs:Container (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp21 SymbolSerializer(BumpPtrAllocator &Allocator, CodeViewContainer Container) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h50 CodeViewContainer Container; member in class:llvm::codeview::CVSymbolDumper
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, CodeViewContainer Container, std::unique_ptr<SymbolDumpDelegate> ObjDelegate, CPUType CPU, bool PrintRecordBytes) argument
H A DSymbolRecordMapping.h41 CodeViewContainer Container; member in class:llvm::codeview::SymbolRecordMapping
22 SymbolRecordMapping(BinaryStreamReader &Reader, CodeViewContainer Container) argument
25 SymbolRecordMapping(BinaryStreamWriter &Writer, CodeViewContainer Container) argument
H A DSymbolDeserializer.h26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) argument
93 CodeViewContainer Container; member in class:llvm::codeview::SymbolDeserializer
55 SymbolDeserializer(SymbolVisitorDelegate *Delegate, CodeViewContainer Container) argument
H A DSymbolSerializer.h52 writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, CodeViewContainer Container) argument
H A DCodeView.h606 inline uint32_t alignOf(CodeViewContainer Container) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp22 typename C::iterator addEntry(C &Container, StringRef InstallName) { argument
33 typename C::iterator addEntry(C &Container, const Target &Target_) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h115 LoopBlocksDFS(Loop *Container) : argument
177 LoopBlocksRPO(Loop *Container) : DFS(Container) {} argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp233 static raw_ostream &printJsonContainer(const ContainerTy &Container, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp525 auto *Container = cast<ObjCImplDecl>(D->getDeclContext()); local
75 hasUserDefined(const ObjCMethodDecl *D, const ObjCImplDecl *Container) argument
H A DUSRGeneration.cpp596 StringRef Container = GetExternalSourceContainer(D); local
598 Out << "@M@" << Container; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); local
683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h147 template <class T> class Container { class in class:clang::threadSafety::til::CopyReducerBase
150 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} function in class:clang::threadSafety::til::CopyReducerBase::Container
172 template <class T> class Container { class in class:clang::threadSafety::til::VisitReducerBase
176 Container(VisitReducerBase &S, unsigned N) {} function in class:clang::threadSafety::til::VisitReducerBase::Container
/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
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1189 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, argument
1249 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, argument
1321 const auto *Container local
[all...]
H A DRecordLayoutBuilder.cpp3196 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); local
H A DASTImporter.cpp691 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/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1442 TreeEntry(VecTreeTy &Container) : Container(Container) {} argument
1476 VecTreeTy &Container; member in class:llvm::slpvectorizer::BoUpSLP
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3290 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT); local
3296 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3299 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, argument
235 MakePropertyEncodingString(const ObjCPropertyDecl *PD, const Decl *Container) argument
H A DCGObjCMac.cpp3267 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/clang/lib/Sema/
H A DSemaCodeComplete.cpp4480 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { argument
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
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6360 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument

Completed in 529 milliseconds