Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h83 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
H A DProgram.cpp135 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
H A DCompiler.cpp2610 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(UGCD); in VisitSourceLocExpr()
2918 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(GuidDecl); in VisitCXXUuidofExpr()
5156 if (std::optional<unsigned> Index = P.getOrCreateGlobal(D)) { in visitDeclRef()