Home
last modified time | relevance | path

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

12

/llvm-project/mlir/docs/Tutorials/
H A DUnderstandingTheIRStructure.md157 Filtered iterator: `getOps<OpTy>()`Understanding the IR Structure""Other IR Traversal Methods global() argument
173 WalkersUnderstanding the IR Structure""Other IR Traversal Methods global() argument
/llvm-project/clang/docs/
H A DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp39 const CallDescriptionSet Methods = { member in __anon53a92d930111::ReturnValueChecker
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-pointer-as-values.cpp55 void EmitProtocolMethodList(T &&Methods) { in EmitProtocolMethodList()
/llvm-project/clang/test/SemaObjC/
H A Darc-repeated-weak.mm306 @interface Test (Methods) category
309 @implementation Test (Methods) category
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h46 VTuneMethodTable Methods; member
/llvm-project/clang/unittests/Interpreter/
H A DCodeCompletionTest.cpp177 TEST_F(CodeCompletionTest, Methods) { in TEST_F() argument
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp137 auto Methods = in registerMatchers() local
/llvm-project/clang/tools/libclang/
H A DCIndexHigh.cpp25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h756 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord() argument
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/lib/Sema/
H A DSemaDeclObjC.cpp3515 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...]
H A DSemaExprObjC.cpp2958 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3018 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
3105 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local
[all...]
H A DSemaOverload.cpp7047 SelectBestMethod(Selector Sel,MultiExprArg Args,bool IsInstance,SmallVectorImpl<ObjCMethodDecl * > & Methods) SelectBestMethod() argument
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp495 EmitProtocolMethodList(T && Methods,llvm::Constant * & Required,llvm::Constant * & Optional) EmitProtocolMethodList() argument
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl * > Methods) GenerateProtocolMethodList() argument
2996 GenerateMethodList(StringRef ClassName,StringRef CategoryName,ArrayRef<const ObjCMethodDecl * > Methods,bool isClassMethodList) GenerateMethodList() argument
3105 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
3209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl * > Methods) GenerateProtocolMethodList() argument
[all...]
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; global() member in __anon5e07598a0111::__anon5e07598a0211::ProtocolMethodLists
3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; GenerateCategory() local
3541 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; GenerateClass() local
3608 EmitMetaClass(const ObjCImplementationDecl * ID,llvm::Constant * Protocols,ArrayRef<const ObjCMethodDecl * > Methods) EmitMetaClass() argument
[all...]
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp219 std::vector<OneMethodRecord> Methods{ member
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1254 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...]
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1329 recordObjCMethods(ObjCContainerRecord * Container,const ObjCContainerDecl::method_range Methods) recordObjCMethods() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; global() member
2624 std::vector<OneMethodRecord> Methods; lowerRecordFieldList() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DInlayHintTests.cpp1835 TEST(BlockEndHints,Methods) TEST() argument
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; global() member
/llvm-project/llvm/docs/
H A DProgrammersManual.rst3455 derivedtypesImportant Public Methods global() argument
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6315 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
6693 Write__extendedMethodTypes_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCMethodDecl * > Methods,StringRef VarName,StringRef ProtocolName) Write__extendedMethodTypes_initializer() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3467 EmitKeyDataLength(raw_ostream & Out,Selector Sel,data_type_ref Methods) EmitKeyDataLength() argument
3500 EmitData(raw_ostream & Out,key_type_ref,data_type_ref Methods,unsigned DataLen) EmitData() argument
[all...]

12