Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3552 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument
3557 if (ExpressionStarts) in ParseExpressionList()
3558 ExpressionStarts(); in ParseExpressionList()
H A DParseDecl.cpp2656 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local
2662 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2665 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1874 llvm::function_ref<void()> ExpressionStarts =