Searched refs:AddMethod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 75 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter 244 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(), in visitKnownMember() 262 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
|
| H A D | UdtRecordCompleter.h | 75 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 916 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment); 1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anonee5283aa0111::ItaniumVTableBuilder 1611 AddMethod(Overrider.Method, ReturnAdjustment); in AddMethods() 2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anonee5283aa0611::VFTableBuilder 3094 AddMethod(FinalOverriderMD, in AddMethods()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4699 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local 4725 AddMethod(M); in AddObjCProperties() 4730 AddMethod(M); in AddObjCProperties()
|