Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp89 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, AddMethod() function in UdtRecordCompleter
H A DPdbAstBuilder.cpp80 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1309 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, AddMethod() function in __anon56257b480111::ItaniumVTableBuilder
2520 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { AddMethod() function in __anon56257b480611::VFTableBuilder
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5087 const auto AddMethod = [&](const ObjCMethodDecl *M) { AddObjCProperties() local