Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DLookupContext.h113 QList<LookupItem> lookup_helper(const Name *name, bool searchInEnclosingScope);
121 bool searchInEnclosingScope, ClassOrNamespace *origin);
124 bool searchInEnclosingScope);
H A DLookupContext.cpp685 QList<LookupItem> ClassOrNamespace::lookup_helper(const Name *name, bool searchInEnclosingScope) in lookup_helper() argument
734 } while (searchInEnclosingScope && binding); in lookup_helper()
921 bool searchInEnclosingScope) in findBlock_helper() argument
939 if (!searchInEnclosingScope) in findBlock_helper()
980 bool searchInEnclosingScope, in lookupType_helper() argument
1043 if (_parent && searchInEnclosingScope) in lookupType_helper()
1044 return _parent->lookupType_helper(name, processed, searchInEnclosingScope, origin); in lookupType_helper()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DEmitterScope.h86 static NameLocation searchInEnclosingScope(JSAtom* name, Scope* scope,
H A DEmitterScope.cpp163 NameLocation EmitterScope::searchInEnclosingScope(JSAtom* name, Scope* scope, in searchInEnclosingScope() function in EmitterScope
310 loc = Some(searchInEnclosingScope( in searchAndCache()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DCompilationStencil.h151 NameLocation searchInEnclosingScope(JSContext* cx, CompilationInput& input,
H A DEmitterScope.cpp182 loc = Some(bce->compilationState.scopeContext.searchInEnclosingScope( in searchAndCache()
H A DStencil.cpp449 NameLocation ScopeContext::searchInEnclosingScope(JSContext* cx, in searchInEnclosingScope() function in ScopeContext
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DEmitterScope.cpp181 loc = Some(bce->compilationState.scopeContext.searchInEnclosingScope( in searchAndCache()
H A DCompilationStencil.h475 NameLocation searchInEnclosingScope(JSContext* cx, CompilationInput& input,
H A DStencil.cpp598 NameLocation ScopeContext::searchInEnclosingScope(JSContext* cx, in searchInEnclosingScope() function in ScopeContext
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DEmitterScope.cpp182 loc = Some(bce->compilationState.scopeContext.searchInEnclosingScope( in searchAndCache()
H A DCompilationStencil.h151 NameLocation searchInEnclosingScope(JSContext* cx, CompilationInput& input,
H A DStencil.cpp449 NameLocation ScopeContext::searchInEnclosingScope(JSContext* cx, in searchInEnclosingScope() function in ScopeContext
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp438 static NameLocation searchInEnclosingScope(JSAtom* name, Scope* scope, uint8_t hops);
644 BytecodeEmitter::EmitterScope::searchInEnclosingScope(JSAtom* name, Scope* scope, uint8_t hops) in searchInEnclosingScope() function in BytecodeEmitter::EmitterScope
779 loc = Some(searchInEnclosingScope(name, bce->sc->compilationEnclosingScope(), hops)); in searchAndCache()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp426 static NameLocation searchInEnclosingScope(JSAtom* name, Scope* scope,
619 /* static */ NameLocation BytecodeEmitter::EmitterScope::searchInEnclosingScope( in searchInEnclosingScope() function in BytecodeEmitter::EmitterScope
751 loc = Some(searchInEnclosingScope( in searchAndCache()