Searched defs:AddMethod (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ | ||
H A D | UdtRecordCompleter.cpp | 92 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter |
H A D | PdbAstBuilder.cpp | 80 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function |
/llvm-project/clang/lib/AST/ | ||
H A D | VTableBuilder.cpp | 1339 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anonc07993e90111::ItaniumVTableBuilder |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5101 const auto AddMethod = [&](const ObjCMethodDecl *M) { AddObjCProperties() local |