Home
last modified time | relevance | path

Searched refs:decls_ (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparsecontext.h28 decls_ = std::move(decl); in SetDecls()
30 const std::vector<const CFDE_CSSDeclaration*>& GetDecls() { return decls_; } in GetDecls()
35 std::vector<const CFDE_CSSDeclaration*> decls_;
/external/v8/src/ast/
Dscopes.h188 ThreadedList<Declaration>* declarations() { return &decls_; } in NON_EXPORTED_BASE()
508 ThreadedList<Declaration> decls_; in NON_EXPORTED_BASE() local
Dscopes.cc158 top_decl_(scope->GetClosureScope()->decls_.end()) {} in Snapshot()
862 outer_closure->decls_.Rewind(top_decl_); in Reparent()
1118 decls_.Add(declaration); in DeclareVariable()
1223 for (Declaration* decl : decls_) { in CheckConflictingVarDeclarations()
1258 for (Declaration* decl : decls_) { in CheckLexDeclarationsConflictingWith()
1438 decls_.Clear(); in ResetAfterPreparsing()