Searched refs:BlockLiteralContext (Results 1 – 5 of 5) sorted by relevance
1642 BlockLiteralContext, // Block literal declarator. enumerator1830 case BlockLiteralContext: in mayOmitIdentifier()1865 case BlockLiteralContext: in mayHaveIdentifier()1895 case BlockLiteralContext: in diagnoseIdentifier()1951 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()2145 case BlockLiteralContext: in isFunctionDeclarationContext()
49 if (D.getContext() != Declarator::BlockLiteralContext || in isOmittedBlockReturnType()1662 if (declarator.getContext() == Declarator::BlockLiteralContext) in ConvertDeclSpecToType()2860 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()2973 case Declarator::BlockLiteralContext: in GetDeclSpecTypeForDeclarator()3715 case Declarator::BlockLiteralContext: in GetFullTypeForDeclarator()4024 D.getContext() == Declarator::BlockLiteralContext) in GetFullTypeForDeclarator()4555 case Declarator::BlockLiteralContext: in GetFullTypeForDeclarator()
11963 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
2744 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()2782 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
5245 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()