Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp75 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 DVTableBuilder.cpp1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anonee5283aa0111::ItaniumVTableBuilder
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anonee5283aa0611::VFTableBuilder
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4699 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local