Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BuildByRefType

996       = llvm::PointerType::get(BuildByRefType(variable), 0);
1991 /// BuildByRefType - This routine changes a __block variable declared as T x
2006 llvm::Type *CodeGenFunction::BuildByRefType(const VarDecl *D) {