Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1566 BlockLiteralContext, // Block literal declarator. enumerator
1744 case BlockLiteralContext: in mayOmitIdentifier()
1778 case BlockLiteralContext: in mayHaveIdentifier()
1807 case BlockLiteralContext: in diagnoseIdentifier()
1862 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()
2054 case BlockLiteralContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp48 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()
DSemaExpr.cpp11136 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
/external/clang/lib/Parse/
DParseExpr.cpp2605 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()
2646 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
DParseDecl.cpp4946 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()