Home
last modified time | relevance | path

Searched refs:LambdaExprContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1597 LambdaExprContext, // Lambda-expression declarator. enumerator
1784 case LambdaExprContext: in mayOmitIdentifier()
1818 case LambdaExprContext: in mayHaveIdentifier()
1848 case LambdaExprContext: in diagnoseIdentifier()
1902 case LambdaExprContext: in mayBeFollowedByCXXDirectInit()
2094 case LambdaExprContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp1237 declarator.getContext() == Declarator::LambdaExprContext) { in ConvertDeclSpecToType()
1241 } else if (declarator.getContext() == Declarator::LambdaExprContext || in ConvertDeclSpecToType()
2615 case Declarator::LambdaExprContext: in GetDeclSpecTypeForDeclarator()
2761 case Declarator::LambdaExprContext: in GetDeclSpecTypeForDeclarator()
2934 } else if (D.getContext() == Declarator::LambdaExprContext) { in getCCForDeclaratorChunk()
3480 case Declarator::LambdaExprContext: in GetFullTypeForDeclarator()
3741 } else if (D.getContext() != Declarator::LambdaExprContext && in GetFullTypeForDeclarator()
4128 D.getContext() != Declarator::LambdaExprContext) || in GetFullTypeForDeclarator()
4274 case Declarator::LambdaExprContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseExprCXX.cpp1062 Declarator D(DS, Declarator::LambdaExprContext); in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5808 D.getContext() == Declarator::LambdaExprContext ? in ParseParameterDeclarationClause()