Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/APINotes/
H A DSomeKit.apinotes4 Methods:
30 Methods:
35 Methods:
63 Methods:
H A DSomeKit_private.apinotes4 Methods:
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/
H A DSomeKit.apinotes4 Methods:
54 Methods:
59 Methods:
87 Methods:
H A DSomeKit_private.apinotes4 Methods:
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h46 VTuneMethodTable Methods; member
88 return SPSVTuneMethodBatch::AsArgList::size(MB.Methods, MB.Strings); in size()
92 return SPSVTuneMethodBatch::AsArgList::deserialize(IB, MB.Methods, in deserialize()
97 return SPSVTuneMethodBatch::AsArgList::serialize(OB, MB.Methods, in serialize()
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()
54 auto &Method = Batch.Methods.back(); in getMethodBatch()
90 if (Batch.Methods.empty()) { in modifyPassConfig()
95 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig()
99 Batch.Methods[i - Start].MethodID = i; in modifyPassConfig()
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp137 auto Methods = in registerMatchers() local
172 Finder->addMatcher(expr(anyOf(callExpr(callee(Methods)).bind("call"), in registerMatchers()
173 declRefExpr(to(Methods)).bind("ref")), in registerMatchers()
178 usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(Methods)), LocationFilter) in registerMatchers()
182 Finder->addMatcher(cxxMethodDecl(Methods, LocationFilter), this); in registerMatchers()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-pointer-as-values.cpp55 void EmitProtocolMethodList(T &&Methods) { in EmitProtocolMethodList() argument
63 for (const auto *I : Methods) { in EmitProtocolMethodList()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp39 const CallDescriptionSet Methods = { member in __anon53a92d930111::ReturnValueChecker
75 if (!Methods.contains(Call)) in checkPostCall()
/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h462 SmallVectorImpl<ObjCMethodDecl *> &Methods,
469 SmallVectorImpl<ObjCMethodDecl *> &Methods);
472 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl *> &Methods,
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinOps.td70 // SymbolOpInterface Methods
77 // DataLayoutOpInterface Methods
84 // OpAsmOpInterface Methods
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeOtherKit.framework/APINotes/
H A DSomeOtherKit.apinotes4 Methods:
/llvm-project/clang/test/APINotes/Inputs/APINotes/
H A DSomeOtherKit.apinotes4 Methods:
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeOtherKit.framework/Headers/
H A DSomeOtherKit.apinotes4 Methods:
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp547 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const {
560 Methods.push_back(MD); in getDesignatedInitializers()
564 Methods.push_back(MD); in getDesignatedInitializers()
1252 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1271 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1276 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1288 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1294 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1299 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1302 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSupe in CollectOverriddenMethodsRecurse()
1254 CollectOverriddenMethodsRecurse(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods,bool MovedToSuper) CollectOverriddenMethodsRecurse() argument
1314 CollectOverriddenMethods(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods) CollectOverriddenMethods() argument
[all...]
/llvm-project/clang/test/APINotes/Inputs/Headers/
H A DInstancetypeModule.apinotes4 Methods:
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/PrivateHeaders/
H A DSomeKit_private.apinotes4 Methods:
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3508 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in FilterMethodsByTypeBound()
3523 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3527 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3528 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3539 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3542 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3547 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in CollectMultipleMethodsInGlobalPool()
3552 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3582 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool()
3591 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selecto in LookupMethodInGlobalPool()
3515 CollectMultipleMethodsInGlobalPool(Selector Sel,SmallVectorImpl<ObjCMethodDecl * > & Methods,bool InstanceFirst,bool CheckTheOther,const ObjCObjectType * TypeBound) CollectMultipleMethodsInGlobalPool() argument
3554 AreMultipleMethodsInGlobalPool(Selector Sel,ObjCMethodDecl * BestMethod,SourceRange R,bool receiverIdOrClass,SmallVectorImpl<ObjCMethodDecl * > & Methods) AreMultipleMethodsInGlobalPool() argument
3589 SmallVector<ObjCMethodDecl *, 4> Methods; LookupMethodInGlobalPool() local
3598 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl * > & Methods,Selector Sel,SourceRange R,bool receiverIdOrClass) DiagnoseMultipleMethodInGlobalPool() argument
3657 GlobalMethodPool::Lists &Methods = Pos->second; LookupImplementedMethodInGlobalPool() local
3711 SmallVector<const ObjCMethodDecl *, 8> Methods; SelectorsForTypoCorrection() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h696 ArrayRef<StringRef> Methods) in VFTableRecord()
700 llvm::append_range(MethodNames, Methods); in VFTableRecord()
755 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
756 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord() argument
758 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
760 std::vector<OneMethodRecord> Methods;
697 VFTableRecord(TypeIndex CompleteClass,TypeIndex OverriddenVFTable,uint32_t VFPtrOffset,StringRef Name,ArrayRef<StringRef> Methods) VFTableRecord() argument
761 std::vector<OneMethodRecord> Methods; global() variable
/llvm-project/clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/
H A DSimpleKit.apinotes4 Methods:
/llvm-project/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td63 // FunctionOpInterface Methods
80 // RegionKindInterface Methods
87 // SymbolOpInterface Methods
422 // FunctionOpInterface Methods
437 // SymbolOpInterface Methods
/llvm-project/clang/tools/libclang/
H A DCIndexHigh.cpp25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods() argument
35 Methods.push_back(D->getCanonicalDecl()); in getTopOverriddenMethods()
41 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()
/llvm-project/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m25 // Methods match
H A Dinterface1.m25 // Methods match
/llvm-project/clang/test/APINotes/Inputs/yaml-reader-errors/
H A DUIKit.apinotes5 Methods:

1234