Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 5 of 5) 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
271 AddMethod(one_method.Name, one_method.Type, one_method.getAccess(), in visitKnownMember()
289 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
H A DUdtRecordCompleter.h132 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DPdbAstBuilder.cpp65 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(), in visitKnownMember()
74 AddMethod(record.getName(), record.getAccess(), record.getOptions(), in visitKnownMember()
79 void AddMethod(llvm::StringRef name, MemberAccess access, in AddMethod() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp918 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1305 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon8b019dcd0111::ItaniumVTableBuilder
1612 AddMethod(Overrider.Method, ReturnAdjustment); in AddMethods()
2517 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon8b019dcd0611::VFTableBuilder
3095 AddMethod(FinalOverriderMD, in AddMethods()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp5006 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local
5032 AddMethod(M); in AddObjCProperties()
5037 AddMethod(M); in AddObjCProperties()