Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp79 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter
264 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(), in visitKnownMember()
282 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
H A DUdtRecordCompleter.h81 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DPdbAstBuilder.cpp64 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(), in visitKnownMember()
73 AddMethod(record.getName(), record.getAccess(), record.getOptions(), in visitKnownMember()
78 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp917 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1304 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon702cc0260111::ItaniumVTableBuilder
1611 AddMethod(Overrider.Method, ReturnAdjustment); in AddMethods()
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon702cc0260611::VFTableBuilder
3094 AddMethod(FinalOverriderMD, in AddMethods()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4970 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local
4996 AddMethod(M); in AddObjCProperties()
5001 AddMethod(M); in AddObjCProperties()