Home
last modified time | relevance | path

Searched defs:OuterContext (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-context-specialization.h20 struct OuterContext { struct
21 OuterContext() : context(), distance() {} in OuterContext() argument
22 OuterContext(Handle<Context> context_, size_t distance_) in OuterContext() argument
38 Maybe<OuterContext> outer, in JSContextSpecialization() argument
/external/clang/lib/Sema/
DSemaDecl.cpp5457 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local