Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp998 llvm::Value *CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable, in GetAddrOfBlockDecl() function in CodeGenFunction
H A DCGClass.cpp2214 llvm::Value *ThisPtr = GetAddrOfBlockDecl(variable, false); in EmitLambdaBlockInvokeBody()
H A DCodeGenFunction.h1231 llvm::Value *GetAddrOfBlockDecl(const VarDecl *var, bool ByRef);
H A DCGExpr.cpp1935 return MakeAddrLValue(GetAddrOfBlockDecl(VD, VD->hasAttr<BlocksAttr>()), in EmitDeclRefLValue()