Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.cpp192 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, /*IsStatic=*/true, in getOrCreateDummy()
267 Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern, IsWeak); in createGlobal()
H A DProgram.h158 std::optional<unsigned> getCurrentDecl() const { in getCurrentDecl() function
H A DInterp.cpp240 if (S.P.getCurrentDecl() == ID) in CheckGlobal()