Searched refs:AddMethod (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h75 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DUdtRecordCompleter.cpp75 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, function in class:UdtRecordCompleter
244 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(),
262 AddMethod(overloaded.Name, method.Type, method.getAccess(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp914 /// AddMethod - Add a single virtual member function to the vtable
916 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, function in class:__anon1617::ItaniumVTableBuilder
1611 AddMethod(Overrider.Method, ReturnAdjustment);
2514 /// AddMethod - Add a single virtual member function to the vftable
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { function in class:__anon1618::VFTableBuilder
3094 AddMethod(FinalOverriderMD,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4638 const auto AddMethod = [&](const ObjCMethodDecl *M) { local
4664 AddMethod(M);
4669 AddMethod(M);

Completed in 138 milliseconds