Searched defs:AddMethod (Results 1 – 3 of 3) 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 |
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | VTableBuilder.cpp | 1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anonee5283aa0111::ItaniumVTableBuilder |
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaCodeComplete.cpp | 4699 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local |