Searched refs:BlockLiteral (Results 1 – 7 of 7) sorted by relevance
1778 BlockLiteral, // Block literal declarator. enumerator2018 case DeclaratorContext::BlockLiteral: in mayOmitIdentifier()2058 case DeclaratorContext::BlockLiteral: in mayHaveIdentifier()2101 case DeclaratorContext::BlockLiteral: in mayHaveDecompositionDeclarator()2157 case DeclaratorContext::BlockLiteral: in mayBeFollowedByCXXDirectInit()2378 case DeclaratorContext::BlockLiteral: in isFunctionDeclarationContext()2413 case DeclaratorContext::BlockLiteral: in isExpressionContext()
333 llvm::Value *BlockLiteral) const;
9117 llvm::Value *BlockLiteral) const override;11248 llvm::Value *BlockLiteral) const { in createEnqueuedBlockKernel()11282 llvm::Value *BlockLiteral) const { in createEnqueuedBlockKernel()11286 auto *BlockTy = BlockLiteral->getType()->getPointerElementType(); in createEnqueuedBlockKernel()
53 if (D.getContext() != DeclaratorContext::BlockLiteral || in isOmittedBlockReturnType()1786 if (declarator.getContext() == DeclaratorContext::BlockLiteral) in ConvertDeclSpecToType()3471 case DeclaratorContext::BlockLiteral: in GetDeclSpecTypeForDeclarator()3595 case DeclaratorContext::BlockLiteral: in GetDeclSpecTypeForDeclarator()4673 case DeclaratorContext::BlockLiteral: in GetFullTypeForDeclarator()5055 D.getContext() == DeclaratorContext::BlockLiteral) in GetFullTypeForDeclarator()5713 case DeclaratorContext::BlockLiteral: in GetFullTypeForDeclarator()
15427 assert(ParamInfo.getContext() == DeclaratorContext::BlockLiteral); in ActOnBlockArguments()
3455 Declarator DeclaratorInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockId()3494 Declarator ParamInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockLiteralExpression()
5999 D.getContext() == DeclaratorContext::BlockLiteral) && in ParseDirectDeclarator()