Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
DASTContext.h1225 QualType getBlockPointerType(QualType T) const;
/external/clang/lib/Sema/
DSemaLambda.cpp1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
DSemaType.cpp2530 return Context.getBlockPointerType(T); in BuildBlockPointerType()
5721 return C.getBlockPointerType(New); in wrap()
DSemaExpr.cpp6313 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
12163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
14700 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp887 T = getContext().getBlockPointerType(T); in getVarRegion()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1017 T = getContext().getBlockPointerType(T); in getVarRegion()
/external/clang/include/clang/AST/
DASTContext.h1085 QualType getBlockPointerType(QualType T) const;
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1534 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
DSemaType.cpp2927 return Context.getBlockPointerType(T); in BuildBlockPointerType()
6897 return C.getBlockPointerType(New); in wrap()
DSemaTemplateDeduction.cpp5035 RetType = Context.getBlockPointerType(RetType); in DeduceReturnType()
DSemaExpr.cpp7827 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
15375 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
18981 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
DSemaExprCXX.cpp4272 NewToType = Context.getBlockPointerType(NewToType); in PerformImplicitConversion()
/external/clang/lib/AST/
DASTContext.cpp2433 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2449 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7793 return getBlockPointerType(ResultType); in mergeTypes()
DType.cpp714 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
DASTImporter.cpp1619 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3234 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
3250 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
9678 return getBlockPointerType(ResultType); in mergeTypes()
DType.cpp911 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
DASTImporter.cpp1115 return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr); in VisitBlockPointerType()
/external/clang/lib/Serialization/
DASTReader.cpp5271 return Context.getBlockPointerType(PointeeType); in readTypeRecord()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2126 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType()