Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h82 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
H A DProgram.cpp129 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
H A DByteCodeExprGen.cpp1772 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(UGCD); in VisitSourceLocExpr()