Searched defs:NewScope (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
H A D | AddDiscriminators.cpp | 195 Metadata *&NewScope = R.first->second; local 202 NewScope = Builder.createLexicalBlockFile( 206 NewScope, DIL->getInlinedAt())); 209 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator() 233 auto *NewScope = Builder.createLexicalBlockFile( local 236 Ctx, CurrentDIL->getLine(), CurrentDIL->getColumn(), NewScope,
|
H A D | InlineFunction.cpp | 549 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); local 550 NewScopes.insert(std::make_pair(A, NewScope));
|
/external/v8/src/parsing/ |
H A D | parser.h | 544 V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type, 1128 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type, function in class:v8::internal::ParserTraits 1130 return parser_->NewScope(parent_scope, scope_type, kind);
|
H A D | parser-base.h | 584 Scope* NewScope(Scope* parent, ScopeType scope_type) { function in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase 587 return NewScope(parent, scope_type, kNormalFunction); 590 Scope* NewScope(Scope* parent, ScopeType scope_type, FunctionKind kind) { function in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase 2280 Scope* scope = this->NewScope(scope_, FUNCTION_SCOPE,
|
Completed in 80 milliseconds