Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp239 static std::string getStaticDeclName(CIRGenModule &cgm, const VarDecl &d) { in getStaticDeclName() function
281 std::string name = getStaticDeclName(*this, d); in getOrCreateStaticVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp230 static std::string getStaticDeclName(CodeGenModule &CGM, const VarDecl &D) { in getStaticDeclName() function
270 Name = getStaticDeclName(*this, D); in getOrCreateStaticVarDecl()