Searched refs:getOrCreateGlobal (Results 1 – 3 of 3) sorted by relevance
82 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
128 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
1158 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(VD, Init); in visitVarDecl()