Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp173 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, /*IsStatic=*/true, in getOrCreateDummy()
235 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
H A DProgram.h145 std::optional<unsigned> getCurrentDecl() const { in getCurrentDecl() function
H A DInterp.cpp166 if (S.P.getCurrentDecl() == ID) in CheckTemporary()
182 if (S.P.getCurrentDecl() == ID) in CheckGlobal()