Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2924 Address ThisPtr = GetAddrOfBlockDecl(variable); in EmitLambdaBlockInvokeBody()
H A DCGBlocks.cpp1245 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) { in GetAddrOfBlockDecl() function in CodeGenFunction
H A DCodeGenFunction.h2121 Address GetAddrOfBlockDecl(const VarDecl *var);
H A DCGExpr.cpp2755 Address addr = GetAddrOfBlockDecl(VD); in EmitDeclRefLValue()