Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/docs/
H A DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlootut.pod141 =head2 Methods section in OBJECT-ORIENTED FUNDAMENTALS
H A Dperlclassguts.pod144 =head2 Methods section in DATA STORAGE
H A Dperlobj.pod713 Indirect Object SyntaxDESCRIPTION""Invoking Class Methods global() argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; in CaptureMethods() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3513 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3553 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3588 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3596 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
3655 GlobalMethodPool::Lists &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3709 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaExprObjC.cpp2949 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3009 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3096 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp6672 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDecl.cpp18444 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
H A DSemaDeclCXX.cpp10062 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp453 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexHigh.cpp24 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/openbsd-src/gnu/llvm/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.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon288f636e0111::__anon288f636e0211::ProtocolMethodLists
3360 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3543 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3611 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h450 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1314 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp249 MethodsSeq Methods; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2289 MethodsMap Methods; member
2591 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3331 .. _derivedtypes:
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3223 data_type_ref Methods) { in EmitKeyDataLength()
3254 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8312 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()