Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod263 =head2 Methods section in DESCRIPTION
H A DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp39 const CallDescriptionSet Methods = { member in __anon87db8f400111::ReturnValueChecker
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h46 VTuneMethodTable Methods; member
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.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
H A DSemaExprObjC.cpp2958 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3018 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3105 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp7038 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDecl.cpp18716 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
H A DSemaDeclCXX.cpp10269 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.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()
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonb5e682970111::__anonb5e682970211::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/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
423 FunctionsSeq Methods; member
/freebsd/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/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2304 MethodsMap Methods; global() member
2606 std::vector<OneMethodRecord> Methods; lowerRecordFieldList() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6315 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6693 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3467 data_type_ref Methods) { in EmitKeyDataLength()
3500 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8621 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()