Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2106 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
2114 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2117 for (const auto &I : MethodNamesAndDecls) { in dumpLayout()
3224 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
3231 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3234 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout()