Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/libucl/doc/
H A Dlua_api.md135 ## Methods section
139 ### Method `parser:parse_file(name)`
166 ### Method `parser:parse_string(input)`
180 ### Method `parser:get_object()`
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
H A DEVP_PKEY_meth_new.pod228 =head2 Methods section in DESCRIPTION
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3460 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3500 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3535 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3543 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
3602 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3656 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaExprObjC.cpp2767 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
2828 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
2916 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp6189 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDeclCXX.cpp7793 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h703 ArrayRef<StringRef> Methods) in VFTableRecord()
762 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
767 std::vector<OneMethodRecord> Methods; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp505 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1133 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
2667 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
2778 llvm::Constant *Methods, in GenerateClassStructure()
2883 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
H A DCGObjCMac.cpp1140 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon0aefe8a60111::__anon0aefe8a60211::ProtocolMethodLists
3312 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3494 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3561 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1179 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1239 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2049 MethodsMap Methods; member
2333 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6321 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6699 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3300 data_type_ref Methods) { in EmitKeyDataLength()
3336 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8065 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()