Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BuildByRefType

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