Searched defs:BuildByRefType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp996 = 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) { function in class:CodeGenFunction

Completed in 71 milliseconds