Searched refs:startDeclaration (Results 1 – 1 of 1) sorted by relevance
134 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope()225 void startDeclaration(const VarDecl *Decl) { in startDeclaration() function