/llvm-project/mlir/docs/Tutorials/ |
H A D | UnderstandingTheIRStructure.md | 157 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 D | ObjectiveCLiterals.rst | 358 Array-Style Subscripting 413 Dictionary-Style Subscripting
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnValueChecker.cpp | 39 const CallDescriptionSet Methods = { member in __anon53a92d930111::ReturnValueChecker
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | const-correctness-pointer-as-values.cpp | 55 void EmitProtocolMethodList(T &&Methods) { in EmitProtocolMethodList()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 306 @interface Test (Methods) category 309 @implementation Test (Methods) category
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | VTuneSharedStructs.h | 46 VTuneMethodTable Methods; member
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | CodeCompletionTest.cpp | 177 TEST_F(CodeCompletionTest, Methods) { in TEST_F() argument
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | UpgradeGoogletestCaseCheck.cpp | 137 auto Methods = in registerMatchers() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 756 : 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 D | SemaDeclObjC.cpp | 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...] |
H A D | SemaExprObjC.cpp | 2958 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local 3018 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local 3105 SmallVector<ObjCMethodDecl*, 4> Methods; BuildInstanceMessage() local [all...] |
H A D | SemaOverload.cpp | 7047 SelectBestMethod(Selector Sel,MultiExprArg Args,bool IsInstance,SmallVectorImpl<ObjCMethodDecl * > & Methods) SelectBestMethod() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 495 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 D | CGObjCMac.cpp | 1172 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 D | TypeIndexDiscoveryTest.cpp | 219 std::vector<OneMethodRecord> Methods{ member
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 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...] |
H A D | VTableBuilder.cpp | 182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1329 recordObjCMethods(ObjCContainerRecord * Container,const ObjCContainerDecl::method_range Methods) recordObjCMethods() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2322 MethodsMap Methods; global() member 2624 std::vector<OneMethodRecord> Methods; lowerRecordFieldList() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | InlayHintTests.cpp | 1835 TEST(BlockEndHints,Methods) TEST() argument
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 248 MethodsSeq Methods; global() member
|
/llvm-project/llvm/docs/ |
H A D | ProgrammersManual.rst | 3455 derivedtypesImportant Public Methods global() argument
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6315 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 D | ASTWriter.cpp | 3467 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...] |