Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h285 class VarDeclContext {
290 VarDeclContext(CIRGenFunction &p, const VarDecl *value) : p(p) { in VarDeclContext() function
299 ~VarDeclContext() { restore(); } in ~VarDeclContext()
H A DCIRGenDecl.cpp235 CIRGenFunction::VarDeclContext varDeclCtx{*this, &d}; in emitVarDecl()