Home
last modified time | relevance | path

Searched refs:getBlockPointerType (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp831 T = getContext().getBlockPointerType(T); in getVarRegion()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp1352 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
HDSemaType.cpp2302 return Context.getBlockPointerType(T); in BuildBlockPointerType()
5337 return C.getBlockPointerType(New); in wrap()
HDSemaExpr.cpp5821 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
11445 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
13982 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1003 QualType getBlockPointerType(QualType T) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2365 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2381 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7604 return getBlockPointerType(ResultType); in mergeTypes()
HDType.cpp691 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
HDASTImporter.cpp1536 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5015 return Context.getBlockPointerType(PointeeType); in readTypeRecord()