Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1247 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) { in GetAddrOfBlockDecl() function in CodeGenFunction
H A DCGClass.cpp2995 Address ThisPtr = GetAddrOfBlockDecl(variable); in EmitLambdaBlockInvokeBody()
H A DCodeGenFunction.h2181 Address GetAddrOfBlockDecl(const VarDecl *var);
H A DCGExpr.cpp2806 Address addr = GetAddrOfBlockDecl(VD); in EmitDeclRefLValue()