Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h84 std::optional<unsigned> getOrCreateGlobal(const ValueDecl *VD,
H A DProgram.cpp141 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() function in Program
H A DCompiler.cpp3261 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()