Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h148 return LastDeclaration; in getCurrentDecl()
224 unsigned LastDeclaration = 0; variable
230 LastDeclaration += 1; in startDeclaration()
231 CurrentDeclaration = LastDeclaration; in startDeclaration()