Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.h82 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
H A DProgram.cpp128 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
H A DByteCodeExprGen.cpp1158 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(VD, Init); in visitVarDecl()