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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h73 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DUdtRecordCompleter.cpp72 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, function in class:UdtRecordCompleter
180 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(),
198 AddMethod(overloaded.Name, method.Type, method.getAccess(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp906 /// AddMethod - Add a single virtual member function to the vtable
908 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1295 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, function in class:__anon2759::ItaniumVTableBuilder
1597 AddMethod(Overrider.Method, ReturnAdjustment);
2467 /// AddMethod - Add a single virtual member function to the vftable
2469 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { function in class:__anon2760::VFTableBuilder
3046 AddMethod(FinalOverriderMD,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4606 const auto AddMethod = [&](const ObjCMethodDecl *M) { local
4632 AddMethod(M);
4637 AddMethod(M);

Completed in 193 milliseconds