Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp2855 Address ThisPtr = GetAddrOfBlockDecl(variable); in EmitLambdaBlockInvokeBody()
H A DCGBlocks.cpp1328 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) { in GetAddrOfBlockDecl() function in CodeGenFunction
H A DCodeGenFunction.h1793 Address GetAddrOfBlockDecl(const VarDecl *var);
H A DCGExpr.cpp2505 Address addr = GetAddrOfBlockDecl(VD); in EmitDeclRefLValue()