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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 139 struct BlockVarCopyInit;
288 /// Mapping from __block VarDecls to BlockVarCopyInit.
289 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits;
2834 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
Expr.h 5937 struct BlockVarCopyInit {
5938 BlockVarCopyInit() = default;
5939 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow)
  /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 {

Completed in 44 milliseconds