Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h119 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope()
209 void startDeclaration(const VarDecl *Decl) { in startDeclaration() function