Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1226 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) { in GetAddrOfBlockDecl() function in CodeGenFunction
H A DCGClass.cpp3021 Address ThisPtr = GetAddrOfBlockDecl(variable); in EmitLambdaBlockInvokeBody()
H A DCodeGenFunction.h2338 Address GetAddrOfBlockDecl(const VarDecl *var);
H A DCGExpr.cpp3069 Address addr = GetAddrOfBlockDecl(VD); in EmitDeclRefLValue()