Lines Matching refs:scope
214 let (scope, weak) = translate_linkage(linkage); in declare_function()
218 symbol.scope = scope; in declare_function()
226 scope, in declare_function()
250 scope: SymbolScope::Compilation, in declare_anonymous_function()
280 let (scope, weak) = translate_linkage(linkage); in declare_data()
285 symbol.scope = scope; in declare_data()
293 scope, in declare_data()
323 scope: SymbolScope::Compilation, in declare_anonymous_data()
628 scope: SymbolScope::Unknown, in get_symbol()
649 scope: SymbolScope::Unknown, in get_symbol()
659 scope: SymbolScope::Unknown, in get_symbol()
683 scope: SymbolScope::Compilation, in get_symbol()
956 let scope = match linkage { in translate_linkage() localVariable
964 (scope, weak) in translate_linkage()