/openbsd-src/gnu/llvm/clang/docs/ |
H A D | ObjectiveCLiterals.rst | 358 Array-Style Subscripting 413 Dictionary-Style Subscripting
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlootut.pod | 141 =head2 Methods section in OBJECT-ORIENTED FUNDAMENTALS
|
H A D | perlclassguts.pod | 144 =head2 Methods section in DATA STORAGE
|
H A D | perlobj.pod | 713 Indirect Object SyntaxDESCRIPTION""Invoking Class Methods global() argument
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
H A D | ASTSrcLocProcessor.cpp | 168 std::vector<std::string> Methods; in CaptureMethods() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3513 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 D | SemaExprObjC.cpp | 2949 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 D | SemaOverload.cpp | 6672 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
|
H A D | SemaDecl.cpp | 18444 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
|
H A D | SemaDeclCXX.cpp | 10062 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 697 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 D | ExtractAPIVisitor.cpp | 453 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 24 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 497 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 D | CGObjCMac.cpp | 1172 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 D | API.h | 450 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() 1314 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
|
H A D | VTableBuilder.cpp | 182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
|
/openbsd-src/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 249 MethodsSeq Methods; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2289 MethodsMap Methods; member 2591 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | ProgrammersManual.rst | 3331 .. _derivedtypes:
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6318 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 D | ASTWriter.cpp | 3223 data_type_ref Methods) { in EmitKeyDataLength() 3254 data_type_ref Methods, unsigned DataLen) { in EmitData()
|
H A D | ASTReader.cpp | 8312 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
|