Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3259 auto *UGCD = cast<UnnamedGlobalConstantDecl>(BaseDecl); in VisitSourceLocExpr() local
3261 std::optional<unsigned> GlobalIndex = P.getOrCreateGlobal(UGCD); in VisitSourceLocExpr()
3269 const APValue &V = UGCD->getValue(); in VisitSourceLocExpr()