Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1351 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
H A DSemaType.cpp1870 return Context.getBlockPointerType(T); in BuildBlockPointerType()
4340 return C.getBlockPointerType(New); in wrap()
H A DSemaExpr.cpp5653 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
10832 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
13460 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h973 QualType getBlockPointerType(QualType T) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2290 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2306 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7252 return getBlockPointerType(ResultType); in mergeTypes()
H A DASTImporter.cpp1492 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5242 return Context.getBlockPointerType(PointeeType); in readTypeRecord()