Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
H A DEVP_PKEY_meth_new.pod263 =head2 Methods section in DESCRIPTION
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; in CaptureMethods() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3512 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3552 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3587 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3595 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
3654 GlobalMethodPool::Lists &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3708 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaExprObjC.cpp2954 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3014 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3101 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp6995 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDecl.cpp19057 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
H A DSemaDeclCXX.cpp10359 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h697 ArrayRef<StringRef> Methods) in VFTableRecord()
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
761 std::vector<OneMethodRecord> Methods; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp497 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1173 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
2997 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
3106 llvm::Constant *Methods, in GenerateClassStructure()
3210 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonaa8b92cd0111::__anonaa8b92cd0211::ProtocolMethodLists
3351 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3534 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3601 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h903 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member
923 SmallVector<std::unique_ptr<CXXMethodRecord>> Methods; member
H A DExtractAPIVisitor.h1288 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1314 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; member
2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6317 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6695 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3307 data_type_ref Methods) { in EmitKeyDataLength()
3338 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8534 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()