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