Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp52 static void GetSymbolNames(const Scope &scope, NameToSymbolMap &symbols) { in GetSymbolNames() function
61 GetSymbolNames(child, symbols); in GetSymbolNames()
508 GetSymbolNames(context_.globalScope(), symbols); in DumpSymbolsSources()