Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1642 BlockLiteralContext, // Block literal declarator. enumerator
1830 case BlockLiteralContext: in mayOmitIdentifier()
1865 case BlockLiteralContext: in mayHaveIdentifier()
1895 case BlockLiteralContext: in diagnoseIdentifier()
1951 case BlockLiteralContext: in mayBeFollowedByCXXDirectInit()
2145 case BlockLiteralContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp49 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()
DSemaExpr.cpp11963 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext); in ActOnBlockArguments()
/external/clang/lib/Parse/
DParseExpr.cpp2744 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext); in ParseBlockId()
2782 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression()
DParseDecl.cpp5245 D.getContext() == Declarator::BlockLiteralContext) && in ParseDirectDeclarator()