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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2830 void setBlockVarCopyInit(const VarDecl* VD, Expr *CopyExpr, bool CanThrow);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1957 S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1454 Reader.getContext().setBlockVarCopyInit(VD, CopyExpr, Record.readInt());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2868 void ASTContext::setBlockVarCopyInit(const VarDecl*VD, Expr *CopyExpr,

Completed in 70 milliseconds