Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp907 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1295 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon6d6223050111::ItaniumVTableBuilder
1597 AddMethod(Overrider.Method, ReturnAdjustment); in AddMethods()
2470 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon6d6223050511::VFTableBuilder
3047 AddMethod(FinalOverriderMD, in AddMethods()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp4095 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local
4121 AddMethod(M); in AddObjCProperties()
4126 AddMethod(M); in AddObjCProperties()