HomeSort by relevance Sort by last modified time
    Searched defs:NewScope (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 201 DILexicalBlock NewScope = Builder.createLexicalBlock(
203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope);
  /external/chromium_org/v8/src/
parser.cc 328 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
863 { Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
871 scope = NewScope(scope, EVAL_SCOPE);
874 scope = NewScope(scope, GLOBAL_SCOPE);
998 Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
    [all...]

Completed in 238 milliseconds