Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libucl/doc/
HDlua_api.md135 ## Methods section
139 ### Method `parser:parse_file(name)`
166 ### Method `parser:parse_string(input)`
180 ### Method `parser:get_object()`
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
HDEVP_PKEY_meth_new.pod256 =head2 Methods section in DESCRIPTION
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDReturnValueChecker.cpp39 const CallDescriptionSet Methods = { member in __anon9fce42f90111::ReturnValueChecker
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDVTuneSharedStructs.h46 VTuneMethodTable Methods; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h697 ArrayRef<StringRef> Methods) in VFTableRecord()
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
761 std::vector<OneMethodRecord> Methods; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp3515 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3554 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3589 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3598 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool()
3657 GlobalMethodPool::Lists &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3711 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
HDSemaExprObjC.cpp2958 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3018 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3105 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
HDSemaOverload.cpp7038 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
HDSemaDecl.cpp18716 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
HDSemaDeclCXX.cpp10269 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
2996 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
3105 llvm::Constant *Methods, in GenerateClassStructure()
3209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
HDCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon33dc88300111::__anon33dc88300211::ProtocolMethodLists
3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3541 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3608 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/freebsd-13-stable/contrib/llvm-project/clang/lib/APINotes/
HDAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
423 FunctionsSeq Methods; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1314 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
HDVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2322 MethodsMap Methods; member
2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp6315 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6693 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp3467 data_type_ref Methods) { in EmitKeyDataLength()
3500 data_type_ref Methods, unsigned DataLen) { in EmitData()
HDASTReader.cpp8621 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()