Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
/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()