Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h130 return LastDeclaration; in getCurrentDecl()
204 unsigned LastDeclaration = 0; variable
210 LastDeclaration += 1; in startDeclaration()
211 CurrentDeclaration = LastDeclaration; in startDeclaration()