Searched refs:getBlockPointerType (Results 1 – 12 of 12) sorted by relevance
54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
1366 QualType getBlockPointerType(QualType T) const;
1065 T = getContext().getBlockPointerType(T); in getVarRegion()
1797 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
3196 return Context.getBlockPointerType(T); in BuildBlockPointerType()7372 return C.getBlockPointerType(New); in wrap()
5200 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
8886 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()17163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()21456 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
4582 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
3361 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext3377 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()10712 return getBlockPointerType(ResultType); in mergeTypes()12764 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
943 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
1170 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
2276 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()