Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.h142 std::optional<unsigned> getCurrentDecl() const { in getCurrentDecl() function
H A DInterp.cpp153 if (S.P.getCurrentDecl() == ID) in CheckTemporary()
169 if (S.P.getCurrentDecl() == ID) in CheckGlobal()
H A DProgram.cpp202 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()