Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3512 CollectMultipleMethodsInGlobalPool(Selector Sel,SmallVectorImpl<ObjCMethodDecl * > & Methods,bool InstanceFirst,bool CheckTheOther,const ObjCObjectType * TypeBound) CollectMultipleMethodsInGlobalPool() argument
3552 AreMultipleMethodsInGlobalPool(Selector Sel,ObjCMethodDecl * BestMethod,SourceRange R,bool receiverIdOrClass,SmallVectorImpl<ObjCMethodDecl * > & Methods) AreMultipleMethodsInGlobalPool() argument
3587 SmallVector<ObjCMethodDecl *, 4> Methods; LookupMethodInGlobalPool() local
3595 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl * > & Methods,Selector Sel,SourceRange R,bool receiverIdOrClass) DiagnoseMultipleMethodInGlobalPool() argument
3654 GlobalMethodPool::Lists &Methods = Pos->second; LookupImplementedMethodInGlobalPool() local
3708 SmallVector<const ObjCMethodDecl *, 8> Methods; SelectorsForTypoCorrection() local
[all...]
H A DSemaExprObjC.cpp2954 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3014 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3101 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
[all...]
H A DSemaOverload.cpp6995 SelectBestMethod(Selector Sel,MultiExprArg Args,bool IsInstance,SmallVectorImpl<ObjCMethodDecl * > & Methods) SelectBestMethod() argument
H A DSemaDecl.cpp19057 SetEligibleMethods(Sema & S,CXXRecordDecl * Record,ArrayRef<CXXMethodDecl * > Methods,Sema::CXXSpecialMember CSM) SetEligibleMethods() argument
H A DSemaDeclCXX.cpp10359 AddMostOverridenMethods(const CXXMethodDecl * MD,llvm::SmallPtrSetImpl<const CXXMethodDecl * > & Methods) AddMostOverridenMethods() argument
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp497 EmitProtocolMethodList(T && Methods,llvm::Constant * & Required,llvm::Constant * & Optional) EmitProtocolMethodList() argument
1173 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl * > Methods) GenerateProtocolMethodList() argument
2997 GenerateMethodList(StringRef ClassName,StringRef CategoryName,ArrayRef<const ObjCMethodDecl * > Methods,bool isClassMethodList) GenerateMethodList() argument
3106 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) GenerateClassStructure() argument
3210 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl * > Methods) GenerateProtocolMethodList() argument
[all...]
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonf3b340e90111::__anonf3b340e90211::ProtocolMethodLists
3351 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; GenerateCategory() local
3534 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; GenerateClass() local
3601 EmitMetaClass(const ObjCImplementationDecl * ID,llvm::Constant * Protocols,ArrayRef<const ObjCMethodDecl * > Methods) EmitMetaClass() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h903 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; global() member
923 SmallVector<std::unique_ptr<CXXMethodRecord>> Methods; global() member
H A DExtractAPIVisitor.h1288 recordObjCMethods(ObjCContainerRecord * Container,const ObjCContainerDecl::method_range Methods) recordObjCMethods() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument
1314 CollectOverriddenMethods(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods) CollectOverriddenMethods() argument
[all...]
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; member
2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6317 Write_method_list_t_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCMethodDecl * > Methods,StringRef VarName,StringRef TopLevelDeclName,bool MethodImpl) Write_method_list_t_initializer() argument
6695 Write__extendedMethodTypes_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCMethodDecl * > Methods,StringRef VarName,StringRef ProtocolName) Write__extendedMethodTypes_initializer() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3307 EmitKeyDataLength(raw_ostream & Out,Selector Sel,data_type_ref Methods) EmitKeyDataLength() argument
3338 EmitData(raw_ostream & Out,key_type_ref,data_type_ref Methods,unsigned DataLen) EmitData() argument
[all...]
H A DASTReader.cpp8534 addMethodsToPool(Sema & S,ArrayRef<ObjCMethodDecl * > Methods,ObjCMethodList & List) addMethodsToPool() argument