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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1018 auto *byrefType = BuildByRefType(variable);
2022 /// BuildByRefType - This routine changes a __block variable declared as T x
2037 llvm::Type *CodeGenFunction::BuildByRefType(const VarDecl *D) { function in class:CodeGenFunction

Completed in 73 milliseconds