Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon6f3b34010111::ItaniumVTableBuilder
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon6f3b34010611::VFTableBuilder
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4696 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local