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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp909 = llvm::PointerType::get(BuildByRefType(variable), 0);
1823 /// BuildByRefType - This routine changes a __block variable declared as T x
1837 llvm::Type *CodeGenFunction::BuildByRefType(const VarDecl *D) { function in class:CodeGenFunction
/external/clang/lib/AST/
H A DASTContext.cpp4291 ASTContext::BuildByRefType(StringRef DeclName, QualType Ty) const { function in class:ASTContext

Completed in 88 milliseconds