Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.h134 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope()
225 void startDeclaration(const VarDecl *Decl) { in startDeclaration() function