HomeSort by: relevance | last modified time | path
    Searched refs:getBlockVarCopyInit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 1787 if (Ctx.getBlockVarCopyInit(Var).canThrow())
2039 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow())
2554 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2834 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1012 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2857 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const {
6744 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr();

Completed in 165 milliseconds