Home
last modified time | relevance | path

Searched refs:BlockVarCopyInits (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h161 llvm::DenseMap<const VarDecl*, Expr*> BlockVarCopyInits; variable
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1950 I = BlockVarCopyInits.find(VD); in getBlockVarCopyInits()
1951 return (I != BlockVarCopyInits.end()) ? cast<Expr>(I->second) : 0; in getBlockVarCopyInits()
1959 BlockVarCopyInits[VD] = Init; in setBlockVarCopyInits()
8019 llvm::capacity_in_bytes(BlockVarCopyInits) + in getSideTableAllocatedMemory()