Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3117 llvm::function_ref<void()> ExpressionStarts) { in ParseExpressionList() argument3120 if (ExpressionStarts) in ParseExpressionList()3121 ExpressionStarts(); in ParseExpressionList()
2424 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2430 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2432 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
1764 llvm::function_ref<void()> ExpressionStarts =