Home | History | Annotate | Download | only in src

Lines Matching refs:Declaration

505 void Scope::AddDeclaration(Declaration* declaration) {
506 decls_.Add(declaration);
525 Declaration* Scope::CheckConflictingVarDeclarations() {
528 Declaration* decl = decls_[i];
532 // Iterate through all scopes until and including the declaration scope.