Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp153 if (S.P.getCurrentDecl() == ID) in CheckTemporary()
169 if (S.P.getCurrentDecl() == ID) in CheckGlobal()
H A DProgram.h127 llvm::Optional<unsigned> getCurrentDecl() const { in getCurrentDecl() function
H A DProgram.cpp195 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()