Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1643 LambdaExprContext, // Lambda-expression declarator. enumerator
1831 case LambdaExprContext: in mayOmitIdentifier()
1866 case LambdaExprContext: in mayHaveIdentifier()
1897 case LambdaExprContext: in diagnoseIdentifier()
1952 case LambdaExprContext: in mayBeFollowedByCXXDirectInit()
2146 case LambdaExprContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp1306 declarator.getContext() == Declarator::LambdaExprContext) { in ConvertDeclSpecToType()
1310 } else if (declarator.getContext() == Declarator::LambdaExprContext || in ConvertDeclSpecToType()
2826 case Declarator::LambdaExprContext: in GetDeclSpecTypeForDeclarator()
2974 case Declarator::LambdaExprContext: in GetDeclSpecTypeForDeclarator()
3167 } else if (D.getContext() == Declarator::LambdaExprContext) { in getCCForDeclaratorChunk()
3721 case Declarator::LambdaExprContext: in GetFullTypeForDeclarator()
3999 } else if (D.getContext() != Declarator::LambdaExprContext && in GetFullTypeForDeclarator()
4409 D.getContext() != Declarator::LambdaExprContext) || in GetFullTypeForDeclarator()
4556 case Declarator::LambdaExprContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseExprCXX.cpp1125 Declarator D(DS, Declarator::LambdaExprContext); in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5913 D.getContext() == Declarator::LambdaExprContext ? in ParseParameterDeclarationClause()