Searched refs:getBlockPointerType (Results 1 – 12 of 12) sorted by relevance
54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
1350 QualType getBlockPointerType(QualType T) const;
1046 T = getContext().getBlockPointerType(T); in getVarRegion()
1583 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
3103 return Context.getBlockPointerType(T); in BuildBlockPointerType()7213 return C.getBlockPointerType(New); in wrap()
4964 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
8544 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()16651 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()20703 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
4504 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
3400 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext3416 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()10602 return getBlockPointerType(ResultType); in mergeTypes()12623 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
921 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
1166 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
2269 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()