Searched defs:Methods (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h761 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) argument
766 std::vector<OneMethodRecord> Methods; member in class:llvm::codeview::MethodOverloadListRecord
700 VFTableRecord(TypeIndex CompleteClass, TypeIndex OverriddenVFTable, uint32_t VFPtrOffset, StringRef Name, ArrayRef<StringRef> Methods) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1189 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
1249 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
[all...]
H A DVTableBuilder.cpp181 const OverridingMethods &Methods = Overrider.second; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3008 EmitKeyDataLength(raw_ostream& Out, Selector Sel, data_type_ref Methods) argument
3044 EmitData(raw_ostream& Out, key_type_ref, data_type_ref Methods, unsigned DataLen) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2941 SmallVector<ObjCMethodDecl*, 4> Methods; local
3001 SmallVector<ObjCMethodDecl*, 4> Methods; local
3088 SmallVector<ObjCMethodDecl*, 4> Methods; local
[all...]
H A DSemaDeclObjC.cpp3559 SmallVector<ObjCMethodDecl *, 4> Methods; local
3567 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, argument
3483 CollectMultipleMethodsInGlobalPool( Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) argument
3522 AreMultipleMethodsInGlobalPool( Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) argument
3680 SmallVector<const ObjCMethodDecl *, 8> Methods; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2135 MethodsMap Methods; member in struct:llvm::ClassInfo
2427 std::vector<OneMethodRecord> Methods; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp506 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, argument
2782 GenerateMethodList(StringRef ClassName, StringRef CategoryName, ArrayRef<const ObjCMethodDecl*> Methods, bool isClassMethodList) argument
2887 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
3000 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) argument
[all...]
H A DCGObjCMac.cpp1173 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in class:__anon1740::__anon1741::ProtocolMethodLists
3402 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; local
3585 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; local
3651 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<const ObjCMethodDecl*> Methods) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6320 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6698 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
[all...]

Completed in 188 milliseconds