Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp92 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter
274 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(), in visitKnownMember()
292 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
H A DUdtRecordCompleter.h132 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DPdbAstBuilder.cpp66 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(), in visitKnownMember()
75 AddMethod(record.getName(), record.getAccess(), record.getOptions(), in visitKnownMember()
80 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp922 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1339 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon1858bcf60111::ItaniumVTableBuilder
1660 AddMethod(Overrider.Method, ReturnAdjustment); in AddMethods()
2613 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon1858bcf60711::VFTableBuilder
3191 AddMethod(FinalOverriderMD, in AddMethods()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5101 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local
5127 AddMethod(M); in AddObjCProperties()
5132 AddMethod(M); in AddObjCProperties()