Home
last modified time | relevance | path

Searched refs:Methods (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3515 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3530 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3534 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3535 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3546 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3549 return Methods.size() > 1;
3554 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3559 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3589 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool()
3598 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selecto in DiagnoseMultipleMethodInGlobalPool()
3512 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.cpp2958 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage()
2960 CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/, in BuildInstanceMessage()
2962 if (!Methods.empty()) { in BuildInstanceMessage()
2965 Method = Methods[0]; in BuildInstanceMessage()
2968 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
2973 receiverIsIdLike, Methods)) in BuildInstanceMessage()
3018 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage()
3019 CollectMultipleMethodsInGlobalPool(Sel, Methods, in BuildInstanceMessage()
3022 if (!Methods.empty()) { in BuildInstanceMessage()
3025 Method = Methods[ in BuildInstanceMessage()
2954 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3014 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3101 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp549 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers()
562 Methods.push_back(MD); in getDesignatedInitializers()
566 Methods.push_back(MD); in getDesignatedInitializers()
1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument
1273 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1278 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1290 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1296 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1301 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1304 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSupe in CollectOverriddenMethodsRecurse()
1314 CollectOverriddenMethods(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods) CollectOverriddenMethods() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h697 ArrayRef<StringRef> Methods) in VFTableRecord() argument
701 llvm::append_range(MethodNames, Methods); in VFTableRecord()
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord() argument
757 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
761 std::vector<OneMethodRecord> Methods; variable
/freebsd-src/contrib/libucl/doc/
H A Dlua_api.md51 **Methods**:
135 ## Methods section
/freebsd-src/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp447 ArrayRef<const ObjCMethodDecl*> Methods,
481 llvm::Constant *Methods,
492 ArrayRef<const ObjCMethodDecl*> Methods);
495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required,
499 for (const auto *I : Methods) in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override {
1191 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1198 for (auto *M : Methods) { in GenerateProtocolMethodList()
2996 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
2998 if (Methods in GenerateMethodList()
497 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
1180 result.Methods[index].push_back(MD); in get()
1196 // Methods is already in the correct order for both ABIs. in emitExtendedTypesArray()
1197 for (auto &list : Methods) { in emitExtendedTypesArray()
1210 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1272 ArrayRef<const ObjCMethodDecl *> Methods);
1283 ArrayRef<const ObjCMethodDecl *> Methods);
1455 ArrayRef<const ObjCMethodDecl *> Methods);
3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory()
3361 Methods[unsigne in GenerateCategory()
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/googletest/docs/reference/
H A Dtesting.md443 #### Protected Methods {#Environment-protected}
490 #### Public Methods {#Test-public}
556 #### Protected Methods {#Test-protected}
583 #### Public Methods {#TestSuite-public}
698 #### Public Methods {#TestInfo-public}
792 #### Public Methods {#UnitTest-public}
956 #### Public Methods {#TestEventListener-public}
1053 #### Public Methods {#TestEventListeners-public}
1099 #### Public Methods {#TestPartResult-public}
1181 #### Public Methods {#TestPropert
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; member
2400 Info.Methods[SP->getRawName()].push_back(SP); in collectClassInfo()
2621 for (auto &MethodItr : Info.Methods) { in lowerRecordFieldList()
2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
2633 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()
2639 assert(!Methods.empty() && "Empty methods map entry"); in lowerRecordFieldList()
2640 if (Methods.size() == 1) in lowerRecordFieldList()
2641 ContinuationBuilder.writeMemberType(Methods[0]); in lowerRecordFieldList()
2645 MethodOverloadListRecord MOLR(Methods); in lowerRecordFieldList()
2648 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
/freebsd-src/sys/kern/
H A Dserdev_if.m35 # and intelligent multi-port serial drivers. Methods specifically deal
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
272 IO.mapOptional("Methods", C.Methods); in mapping()
423 FunctionsSeq Methods;
458 IO.mapOptional("Methods", T.Methods);
806 for (const auto &method : C.Methods) { in convertContext()
962 for (const auto &CXXMethod : T.Methods) { in convertTopLevelItems()
/freebsd-src/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod48 Methods are expected to be library internal structures.
/freebsd-src/contrib/wpa/wpa_supplicant/
H A DREADME-P2P308 p2p_service_add asp <auto accept> <adv id> <status 0/1> <Config Methods>
331 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config
342 p2p_service_rep asp <auto accept> <adv id> <status 0/1> <Config Methods>
361 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config
716 Set WPS Configuration Methods.
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h137 const ObjCContainerDecl::method_range Methods);
1332 const ObjCContainerDecl::method_range Methods) { in recordObjCProperties()
1333 for (const auto *Method : Methods) { in recordObjCProperties()
1288 recordObjCMethods(ObjCContainerRecord * Container,const ObjCContainerDecl::method_range Methods) recordObjCMethods() argument
H A DAPI.h903 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; global() member
923 SmallVector<std::unique_ptr<CXXMethodRecord>> Methods; global() member
/freebsd-src/stand/ficl/softwords/
H A Doo.fr20 \ 5. Methods can be overridden, and subclasses can add methods.
43 \ Methods expect an object couple ( instance class )
64 \ Methods are now structured as follows:
/freebsd-src/sys/dev/ofw/
H A Dofw_if.m202 # Methods for OF method calls (optional)
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3467 data_type_ref Methods) { in WriteSelectors()
3472 for (const ObjCMethodList *Method = &Methods.Instance; Method; in WriteSelectors()
3476 for (const ObjCMethodList *Method = &Methods.Factory; Method; in WriteSelectors()
3500 data_type_ref Methods, unsigned DataLen) { in WriteSelectors()
3505 LE.write<uint32_t>(Methods.ID); in WriteReferencedSelectorsPool()
3507 for (const ObjCMethodList *Method = &Methods.Instance; Method; in WriteReferencedSelectorsPool()
3513 for (const ObjCMethodList *Method = &Methods.Factory; Method; in WriteReferencedSelectorsPool()
3518 unsigned InstanceBits = Methods.Instance.getBits(); in WriteReferencedSelectorsPool()
3521 Methods.Instance.hasMoreThanOneDecl(); in WriteReferencedSelectorsPool()
3525 unsigned FactoryBits = Methods
3307 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...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp291 for (const OneMethodRecord &method : method_list.Methods) in visitKnownMember()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6315 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6319 if (Methods.size() > 0) { in Write_method_list_t_initializer()
6321 Write_method_list_t_TypeDecl(Result, Methods.size()); in Write_method_list_t_initializer()
6326 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer()
6327 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write_method_list_t_initializer()
6328 ObjCMethodDecl *MD = Methods[i]; in Write_method_list_t_initializer()
6693 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
6696 if (Methods.size() == 0) in Write__extendedMethodTypes_initializer()
6703 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write__extendedMethodTypes_initializer()
6704 ObjCMethodDecl *MD = Methods[ in Write__extendedMethodTypes_initializer()
6317 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/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp484 for (auto &M : Overloads.Methods) in visitKnownRecord()
/freebsd-src/share/doc/papers/
H A Dbsdreferences.bib90 title = {Evaluation of Source Code Copy Detection Methods on Freebsd},

12