Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2112 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
2119 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2122 for (const auto &I : MethodNamesAndDecls) { in dumpLayout()
3226 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
3233 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3236 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout()