Home
last modified time | relevance | path

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

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