Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 4 of 4) 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
H A DPdbAstBuilder.cpp80 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1339 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon1858bcf60111::ItaniumVTableBuilder
2613 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon1858bcf60711::VFTableBuilder
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5101 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local