Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 4 of 4) 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
H A DPdbAstBuilder.cpp78 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp1304 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon702cc0260111::ItaniumVTableBuilder
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon702cc0260611::VFTableBuilder
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4970 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local