Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp1295 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon6d6223050111::ItaniumVTableBuilder
2470 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon6d6223050511::VFTableBuilder
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp4095 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local