Searched refs:getBlockPointerType (Results 1 – 12 of 12) sorted by relevance
73 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
1428 QualType getBlockPointerType(QualType T) const;
1084 T = getContext().getBlockPointerType(T); in getVarRegion()
1855 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
2720 return Context.getBlockPointerType(T); in BuildBlockPointerType()6955 return C.getBlockPointerType(New); in wrap()
5331 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
8035 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()16152 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()20456 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
4604 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
3773 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext3789 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()11187 return getBlockPointerType(ResultType); in mergeTypes()13268 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
997 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
1175 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
2228 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()