Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp89 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter
H A DPdbAstBuilder.cpp79 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1305 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon8b019dcd0111::ItaniumVTableBuilder
2517 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon8b019dcd0611::VFTableBuilder
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp5006 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local