Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3652 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument3657 if (ExpressionStarts) in ParseExpressionList()3658 ExpressionStarts(); in ParseExpressionList()
2851 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2857 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2860 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
1930 llvm::function_ref<void()> ExpressionStarts =