Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
HDASTContext.h1269 QualType getBlockPointerType(QualType T) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp914 T = getContext().getBlockPointerType(T); in getVarRegion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1449 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
HDSemaType.cpp2713 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6605 return C.getBlockPointerType(New); in wrap()
HDSemaTemplateDeduction.cpp4804 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
HDSemaExpr.cpp7162 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
14432 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
17739 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
HDSemaExprCXX.cpp4111 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp3186 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3202 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
9181 return getBlockPointerType(ResultType); in mergeTypes()
HDType.cpp856 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
HDASTImporter.cpp1112 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp1958 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()