Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp3234 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout() local
3235 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout()
3236 const CXXMethodDecl *MD = MethodNameAndDecl.second; in dumpLayout()