Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1459 BlockLiteralContext, // Block literal declarator. enumerator
1634 case BlockLiteralContext: in mayOmitIdentifier()
1666 case BlockLiteralContext: in mayHaveIdentifier()
1715 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()
/external/clang/lib/Sema/
DSemaType.cpp40 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()
DSemaExpr.cpp9248 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
/external/clang/lib/Parse/
DParseExpr.cpp2394 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()
2435 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
DParseDecl.cpp4272 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()