Searched refs:getOrCreateGlobal (Results 1 – 3 of 3) sorted by relevance
84 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
141 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
3261 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(UGCD); in VisitSourceLocExpr()3784 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(GuidDecl); in VisitCXXUuidofExpr()6542 if (std::optional<unsigned> Index = P.getOrCreateGlobal(D)) { in visitDeclRef()