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.cpp2179 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
2186 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2189 for (const auto &I : MethodNamesAndDecls) { in dumpLayout()
3321 std::map<std::string, const CXXMethodDecl *> MethodNamesAndDecls; in dumpLayout() local
3328 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3331 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) { in dumpLayout()