Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DUnderstandingTheIRStructure.md157 ### Filtered iterator: `getOps<OpTy>()`
173 ### Walkers
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-repeated-weak.mm294 @interface Test (Methods) category
297 @implementation Test (Methods) category
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-pointer-as-values.cpp55 void EmitProtocolMethodList(T &&Methods) { in EmitProtocolMethodList()
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; in CaptureMethods() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp138 auto Methods = in registerMatchers() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexHigh.cpp24 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3505 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3545 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3580 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3588 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
3647 GlobalMethodPool::Lists &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3701 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaExprObjC.cpp2953 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3013 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3100 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp6569 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDeclCXX.cpp9976 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h336 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp497 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1157 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
2870 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
2979 llvm::Constant *Methods, in GenerateClassStructure()
3084 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
H A DCGObjCMac.cpp1168 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon0dba85c70111::__anon0dba85c70211::ProtocolMethodLists
3355 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3538 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3606 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp219 std::vector<OneMethodRecord> Methods{ member
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp668 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp249 MethodsSeq Methods; member
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1219 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1279 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2270 MethodsMap Methods; member
2572 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst3350 .. _derivedtypes:
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6318 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6696 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3204 data_type_ref Methods) { in EmitKeyDataLength()
3235 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8273 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()