Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.h56 std::forward_list<std::string> GetAllNames(
H A Dresolve-names-utils.cpp81 std::forward_list<std::string> GetAllNames( in GetAllNames() function
H A Dresolve-names.cpp2310 for (const std::string &n : GetAllNames(context(), name)) { in FindInScope()
4944 for (const auto &name : GetAllNames(context(), symbolName)) { in Pre()
7120 for (const std::string &n : GetAllNames(context(), symbolName)) { in CreateGeneric()
H A Dexpression.cpp2219 for (const std::string &n : GetAllNames(context_, symbol.name())) { in ResolveGeneric()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h621 std::forward_list<std::string> GetAllNames(