/freebsd/contrib/libucl/doc/ |
H A D | lua_api.md | 135 ## Methods section 139 ### Method `parser:parse_file(name)` 166 ### Method `parser:parse_string(input)` 180 ### Method `parser:get_object()`
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_meth_new.pod | 263 =head2 Methods section in DESCRIPTION
|
H A D | EVP_PKEY_ASN1_METHOD.pod | 154 =head2 Methods section in DESCRIPTION
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnValueChecker.cpp | 39 const CallDescriptionSet Methods = { member in __anon87db8f400111::ReturnValueChecker
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | VTuneSharedStructs.h | 46 VTuneMethodTable Methods; member
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3515 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool() 3554 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool() 3589 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local 3598 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool() 3657 GlobalMethodPool::Lists &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local 3711 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
|
H A D | SemaExprObjC.cpp | 2958 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local 3018 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local 3105 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
|
H A D | SemaOverload.cpp | 7038 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
|
H A D | SemaDecl.cpp | 18716 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
|
H A D | SemaDeclCXX.cpp | 10269 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() 1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() 2996 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() 3105 llvm::Constant *Methods, in GenerateClassStructure() 3209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
|
H A D | CGObjCMac.cpp | 1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists 3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local 3541 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local 3608 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 248 MethodsSeq Methods; member 423 FunctionsSeq Methods; member
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2304 MethodsMap Methods; global() member 2606 std::vector<OneMethodRecord> Methods; lowerRecordFieldList() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6315 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() 6693 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3467 data_type_ref Methods) { in EmitKeyDataLength() 3500 data_type_ref Methods, unsigned DataLen) { in EmitData()
|
H A D | ASTReader.cpp | 8621 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
|