Searched refs:decls_ (Results 1 – 3 of 3) sorted by relevance
28 decls_ = std::move(decl); in SetDecls()30 const std::vector<const CFX_CSSDeclaration*>& GetDecls() { return decls_; } in GetDecls()35 std::vector<const CFX_CSSDeclaration*> decls_;
159 top_decl_(scope->GetClosureScope()->decls_.end()), in Snapshot()942 outer_closure->decls_.Rewind(top_decl_); in Reparent()1206 decls_.Add(declaration); in DeclareVariable()1310 for (Declaration* decl : decls_) { in CheckConflictingVarDeclarations()1353 for (Declaration* decl : decls_) { in CheckLexDeclarationsConflictingWith()1504 decls_.Clear(); in ResetAfterPreparsing()
206 ThreadedList<Declaration>* declarations() { return &decls_; } in NON_EXPORTED_BASE()530 ThreadedList<Declaration> decls_; in NON_EXPORTED_BASE() local