Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
H A DASTContext.h1366 QualType getBlockPointerType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1065 T = getContext().getBlockPointerType(T); in getVarRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1797 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp3196 return Context.getBlockPointerType(T); in BuildBlockPointerType()
7372 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp5200 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp8886 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
17163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
21456 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
H A DSemaExprCXX.cpp4582 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3361 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3377 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
10712 return getBlockPointerType(ResultType); in mergeTypes()
12764 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DType.cpp943 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1170 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2276 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()