Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
H A DASTContext.h1376 QualType getBlockPointerType(QualType T) const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1034 T = getContext().getBlockPointerType(T); in getVarRegion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1542 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp3036 return Context.getBlockPointerType(T); in BuildBlockPointerType()
7118 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp4900 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp8319 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
16383 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
20324 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
H A DSemaExprCXX.cpp4433 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3373 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3389 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
10471 return getBlockPointerType(ResultType); in mergeTypes()
H A DType.cpp917 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1171 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2236 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()