Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp533 QualType BlockPtrTy; in addBlockPointerConversion() local
542 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
547 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, 0, 0, ExtInfo); in addBlockPointerConversion()
552 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()
554 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc); in addBlockPointerConversion()