Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td73 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
H A DASTContext.h1549 QualType getBlockPointerType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1131 T = getContext().getBlockPointerType(T); in getVarRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1880 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp2772 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6982 return C.getBlockPointerType(New); in wrap()
H A DSemaTemplateDeduction.cpp5445 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
H A DSemaExpr.cpp8201 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
16510 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
20950 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
H A DSemaExprCXX.cpp4963 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4053 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
4069 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
11777 return getBlockPointerType(ResultType); in mergeTypes()
14066 return Ctx.getBlockPointerType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
H A DType.cpp1047 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
H A DASTImporter.cpp1404 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2238 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8845 …STContext19getBlockPointerTypeENS_8QualTypeE", "clang::ASTContext::getBlockPointerType(clang::Qual…