Searched refs:BlockLiteralContext (Results 1 – 5 of 5) sorted by relevance
1566 BlockLiteralContext, // Block literal declarator. enumerator1744 case BlockLiteralContext: in mayOmitIdentifier()1778 case BlockLiteralContext: in mayHaveIdentifier()1807 case BlockLiteralContext: in diagnoseIdentifier()1862 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()2054 case BlockLiteralContext: in isFunctionDeclarationContext()
48 if (D.getContext() != Declarator::BlockLiteralContext || in isOmittedBlockReturnType()1109 if (declarator.getContext() == Declarator::BlockLiteralContext) in ConvertDeclSpecToType()2221 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()2307 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()2782 D.getContext() == Declarator::BlockLiteralContext) in GetFullTypeForDeclarator()3284 case Declarator::BlockLiteralContext: in GetFullTypeForDeclarator()
11136 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
2605 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()2646 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
4946 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()