Searched refs:getBlockPointerType (Results 1 – 21 of 21) sorted by relevance
54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
1225 QualType getBlockPointerType(QualType T) const;
1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
2530 return Context.getBlockPointerType(T); in BuildBlockPointerType()5721 return C.getBlockPointerType(New); in wrap()
6313 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()12163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()14700 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
887 T = getContext().getBlockPointerType(T); in getVarRegion()
1017 T = getContext().getBlockPointerType(T); in getVarRegion()
1085 QualType getBlockPointerType(QualType T) const;
1534 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
2927 return Context.getBlockPointerType(T); in BuildBlockPointerType()6897 return C.getBlockPointerType(New); in wrap()
5035 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
7827 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()15375 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()18981 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
4272 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
2433 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext2449 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()7793 return getBlockPointerType(ResultType); in mergeTypes()
714 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
1619 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
3234 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext3250 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()9678 return getBlockPointerType(ResultType); in mergeTypes()
911 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
1115 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
5271 return Context.getBlockPointerType(PointeeType); in readTypeRecord()
2126 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()