Searched refs:Methods (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; local
192 Methods.push_back(Node->getName().str());
195 return Methods;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3512 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods,
3528 Methods.push_back(M->getMethod());
3532 if (!Methods.empty())
3533 return Methods.size() > 1;
3544 Methods.push_back(M->getMethod());
3547 return Methods.size() > 1;
3552 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) {
3557 for (auto *M : Methods)
3587 SmallVector<ObjCMethodDecl *, 4> Methods; local
3595 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, argument
3511 CollectMultipleMethodsInGlobalPool( Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) argument
3550 AreMultipleMethodsInGlobalPool( Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) argument
3708 SmallVector<const ObjCMethodDecl *, 8> Methods; local
[all...]
H A DSemaExprObjC.cpp2954 SmallVector<ObjCMethodDecl*, 4> Methods; local
2956 CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/,
2958 if (!Methods.empty()) {
2961 Method = Methods[0];
2964 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), Methods))
2969 receiverIsIdLike, Methods))
3014 SmallVector<ObjCMethodDecl*, 4> Methods; local
3015 CollectMultipleMethodsInGlobalPool(Sel, Methods,
3018 if (!Methods.empty()) {
3021 Method = Methods[
3101 SmallVector<ObjCMethodDecl*, 4> Methods; local
[all...]
H A DSemaOverload.cpp6995 SmallVectorImpl<ObjCMethodDecl *> &Methods) {
6996 if (Methods.size() <= 1)
6999 for (unsigned b = 0, e = Methods.size(); b < e; b++) {
7001 ObjCMethodDecl *Method = Methods[b];
7068 else if (Match && NumNamedArgs == 0 && Methods.size() > 1) {
7071 for (unsigned b = 0, e = Methods.size(); b < e; b++) {
7072 QualType ReturnT = Methods[b]->getReturnType();
7074 return Methods[b];
7365 assert(Proto && "Methods without a prototype cannot be overloaded");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h697 ArrayRef<StringRef> Methods)
701 llvm::append_range(MethodNames, Methods);
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) argument
757 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
761 std::vector<OneMethodRecord> Methods; member in class:llvm::codeview::MethodOverloadListRecord
695 VFTableRecord(TypeIndex CompleteClass, TypeIndex OverriddenVFTable, uint32_t VFPtrOffset, StringRef Name, ArrayRef<StringRef> Methods) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp550 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const {
563 Methods.push_back(MD);
567 Methods.push_back(MD);
1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods,
1273 Methods.push_back(Overridden);
1278 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1290 Methods.push_back(Overridden);
1296 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1301 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1304 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSupe
1252 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
1312 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
[all...]
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; local
184 for (const auto &M : Methods) {
603 /// Methods for iterating over the components.
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp449 ArrayRef<const ObjCMethodDecl*> Methods,
483 llvm::Constant *Methods,
494 ArrayRef<const ObjCMethodDecl*> Methods);
497 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, argument
501 for (const auto *I : Methods)
1173 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override {
1192 MethodList.addInt(IntTy, Methods.size());
1199 for (auto *M : Methods) {
2997 ArrayRef<const ObjCMethodDecl*> Methods,
2999 if (Methods
2995 GenerateMethodList(StringRef ClassName, StringRef CategoryName, ArrayRef<const ObjCMethodDecl*> Methods, bool isClassMethodList) argument
3098 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) argument
3210 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) argument
[all...]
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in class:__anon456::__anon457::ProtocolMethodLists
1180 result.Methods[index].push_back(MD);
1196 // Methods is already in the correct order for both ABIs.
1197 for (auto &list : Methods) {
1210 getMethodListKind(kind), Methods[kind]);
1272 ArrayRef<const ObjCMethodDecl *> Methods);
1283 ArrayRef<const ObjCMethodDecl *> Methods);
1455 ArrayRef<const ObjCMethodDecl *> Methods);
3351 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; local
3354 Methods[unsigne
3534 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; local
3599 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<const ObjCMethodDecl*> Methods) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1083 serializeMembers(Record, Record.Methods);
1101 serializeMembers(Record, Category->Methods);
1142 serializeMembers(Record, Record.Methods);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; member in struct:llvm::ClassInfo
2400 Info.Methods[SP->getRawName()].push_back(SP);
2621 for (auto &MethodItr : Info.Methods) {
2624 std::vector<OneMethodRecord> Methods; local
2633 Methods.push_back(OneMethodRecord(
2639 assert(!Methods.empty() && "Empty methods map entry");
2640 if (Methods.size() == 1)
2641 ContinuationBuilder.writeMemberType(Methods[0]);
2645 MethodOverloadListRecord MOLR(Methods);
2648 OverloadedMethodRecord OMR(Methods
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member in struct:__anon230::Class
272 IO.mapOptional("Methods", C.Methods);
802 for (const auto &method : C.Methods) {
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h142 const ObjCContainerDecl::method_range Methods);
1288 const ObjCContainerDecl::method_range Methods) {
1289 for (const auto *Method : Methods) {
1286 recordObjCMethods( ObjCContainerRecord *Container, const ObjCContainerDecl::method_range Methods) argument
H A DAPI.h903 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member in struct:clang::ObjCContainerRecord
923 SmallVector<std::unique_ptr<CXXMethodRecord>> Methods; member in struct:clang::CXXClassRecord
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp288 for (const OneMethodRecord &method : method_list.Methods)
H A DPdbAstBuilder.cpp64 for (const OneMethodRecord &method : method_list.Methods) {
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6317 ArrayRef<ObjCMethodDecl *> Methods,
6321 if (Methods.size() > 0) {
6323 Write_method_list_t_TypeDecl(Result, Methods.size());
6328 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n";
6329 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6330 ObjCMethodDecl *MD = Methods[i];
6695 ArrayRef<ObjCMethodDecl *> Methods,
6698 if (Methods.size() == 0)
6705 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6706 ObjCMethodDecl *MD = Methods[
6315 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6693 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3307 data_type_ref Methods) {
3310 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3314 for (const ObjCMethodList *Method = &Methods.Factory; Method;
3338 data_type_ref Methods, unsigned DataLen) {
3343 LE.write<uint32_t>(Methods.ID);
3345 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3351 for (const ObjCMethodList *Method = &Methods.Factory; Method;
3356 unsigned InstanceBits = Methods.Instance.getBits();
3359 Methods.Instance.hasMoreThanOneDecl();
3363 unsigned FactoryBits = Methods
3306 EmitKeyDataLength(raw_ostream& Out, Selector Sel, data_type_ref Methods) argument
3337 EmitData(raw_ostream& Out, key_type_ref, data_type_ref Methods, unsigned DataLen) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp604 error(IO.mapVectorTail(Record.Methods, MapOneMethodRecord(true), "Method"));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp483 for (auto &M : Overloads.Methods)
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp433 return Container->Methods.emplace_back(std::move(Record)).get();
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp602 IO.mapRequired("Methods", Record.Methods);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1543 iterator begin() { return Methods.begin(); }
1544 iterator end() { return Methods.end(); }
1545 iterator find(Selector Sel) { return Methods.find(Sel); }
1547 return Methods.insert(Val);
1549 int count(Selector Sel) const { return Methods.count(Sel); }
1550 bool empty() const { return Methods.empty(); }
1553 llvm::DenseMap<Selector, Lists> Methods; member in class:clang::final::AlignPackInfo::GlobalMethodPool
2307 /// Methods for marking which expressions involve dereferencing a pointer
5024 SmallVectorImpl<ObjCMethodDecl*>& Methods,
5031 SmallVectorImpl<ObjCMethodDecl*>& Methods);
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1502 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const;

Completed in 417 milliseconds

12