Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp152 Global(getCurrentDecl(), Desc, /*IsStatic=*/true, /*IsExtern=*/false); in getOrCreateDummy()
206 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
H A DProgram.h144 std::optional<unsigned> getCurrentDecl() const { in getCurrentDecl() function
H A DInterp.cpp116 if (S.P.getCurrentDecl() == ID) in CheckTemporary()
132 if (S.P.getCurrentDecl() == ID) in CheckGlobal()