Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dadvanced-discussions.rst782 ksk_rollover_methodsZSK Rollover Methods global() argument
825 csk_rollover_methodsKSK Rollover Methods global() argument
837 advanced_discussions_emergency_rolloversCSK Rollover Methods global() argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_meth_new.pod256 =head2 Methods section in DESCRIPTION
H A DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; in CaptureMethods() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3497 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3537 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3572 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3580 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
3639 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3693 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.cpp6489 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDeclCXX.cpp9776 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp24 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h696 ArrayRef<StringRef> Methods) in VFTableRecord()
755 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
760 std::vector<OneMethodRecord> Methods; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp496 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1154 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
2785 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
2894 llvm::Constant *Methods, in GenerateClassStructure()
2999 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
H A DCGObjCMac.cpp1168 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon0cc8f9a20111::__anon0cc8f9a20211::ProtocolMethodLists
3420 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3603 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3671 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp249 MethodsSeq Methods; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1203 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1263 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp181 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2162 MethodsMap Methods; member
2463 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3322 .. _derivedtypes:
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6329 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6707 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3015 data_type_ref Methods) { in EmitKeyDataLength()
3046 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp8196 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()