Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2177 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
2184 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2187 for (const auto &I : MethodNamesAndDecls) { in dumpLayout()
3319 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
3326 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3329 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout()