Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td73 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
H A DASTContext.h1428 QualType getBlockPointerType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1084 T = getContext().getBlockPointerType(T); in getVarRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1855 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp2720 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6955 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp5331 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp8035 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
16152 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
20456 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
H A DSemaExprCXX.cpp4604 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3773 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3789 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
11187 return getBlockPointerType(ResultType); in mergeTypes()
13268 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DType.cpp997 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1175 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2228 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()