Searched refs:BlockLiteralContext (Results 1 – 5 of 5) sorted by relevance
1459 BlockLiteralContext, // Block literal declarator. enumerator1634 case BlockLiteralContext: in mayOmitIdentifier()1666 case BlockLiteralContext: in mayHaveIdentifier()1715 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()
40 if (D.getContext() != Declarator::BlockLiteralContext || in isOmittedBlockReturnType()914 if (declarator.getContext() == Declarator::BlockLiteralContext) in ConvertDeclSpecToType()1867 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()1942 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()2361 D.getContext() == Declarator::BlockLiteralContext) in GetFullTypeForDeclarator()2804 case Declarator::BlockLiteralContext: in GetFullTypeForDeclarator()
9248 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
2394 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()2435 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
4272 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()