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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp982 = 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) { function in class:CodeGenFunction
H A DCGDecl.cpp861 LTy = BuildByRefType(&D);
H A DCodeGenFunction.h1407 llvm::Type *BuildByRefType(const VarDecl *var);

Completed in 373 milliseconds