Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp770 QualType BlockPtrTy; in addBlockPointerConversion() local
779 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
784 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, ArrayRef<QualType>(), in addBlockPointerConversion()
790 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()
792 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc); in addBlockPointerConversion()