Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
H A DASTContext.h1268 QualType getBlockPointerType(QualType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1011 T = getContext().getBlockPointerType(T); in getVarRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1537 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp2943 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6936 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp5025 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp7927 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
15494 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
19227 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
H A DSemaExprCXX.cpp4342 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3277 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3293 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
9792 return getBlockPointerType(ResultType); in mergeTypes()
H A DType.cpp911 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1116 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()