Home
last modified time | relevance | path

Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3396 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument
3401 if (ExpressionStarts) in ParseExpressionList()
3402 ExpressionStarts(); in ParseExpressionList()
H A DParseDecl.cpp2498 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local
2504 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2506 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1832 llvm::function_ref<void()> ExpressionStarts =