Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3211 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout() local
3212 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout()
3213 const CXXMethodDecl *MD = MethodNameAndDecl.second; in dumpLayout()