Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp887 T = getContext().getBlockPointerType(T); in getVarRegion()
/external/clang/lib/Sema/
DSemaLambda.cpp1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
DSemaType.cpp2530 return Context.getBlockPointerType(T); in BuildBlockPointerType()
5721 return C.getBlockPointerType(New); in wrap()
DSemaExpr.cpp6313 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
12163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
14700 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/external/clang/include/clang/AST/
DASTContext.h1085 QualType getBlockPointerType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2433 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2449 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7793 return getBlockPointerType(ResultType); in mergeTypes()
DType.cpp714 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
DASTImporter.cpp1619 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/external/clang/lib/Serialization/
DASTReader.cpp5271 return Context.getBlockPointerType(PointeeType); in readTypeRecord()