Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp914 T = getContext().getBlockPointerType(T); in getVarRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1376 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp2593 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6314 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp4633 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp6732 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
13755 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
16453 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1253 QualType getBlockPointerType(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2935 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2951 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
8872 return getBlockPointerType(ResultType); in mergeTypes()
H A DType.cpp788 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1048 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2239 QualType block_type = m_ast_ap->getBlockPointerType( in CreateBlockPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5939 return Context.getBlockPointerType(PointeeType); in readTypeRecord()