Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp1502 ForRangeInit ForRangeInit; in ParseForStatement() local
1529 ForRangeInit.ColonLoc = ConsumeToken(); in ParseForStatement()
1531 ForRangeInit.RangeExpr = ParseBraceInitializer(); in ParseForStatement()
1533 ForRangeInit.RangeExpr = ParseExpression(); in ParseForStatement()
1555 MightBeForRangeStmt ? &ForRangeInit : nullptr); in ParseForStatement()
1557 if (ForRangeInit.ParsedForRangeDecl()) { in ParseForStatement()
1558 Diag(ForRangeInit.ColonLoc, getLangOpts().CPlusPlus11 ? in ParseForStatement()
1676 ForRangeInit.ColonLoc, in ParseForStatement()
1677 ForRangeInit.RangeExpr.get(), in ParseForStatement()
HDParseDecl.cpp1519 bool RequireSemi, ForRangeInit *FRI) { in ParseSimpleDeclaration()
1701 ForRangeInit *FRI) { in ParseDeclGroup()
1933 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1785 struct ForRangeInit { struct
1798 ForRangeInit *FRI = nullptr); argument
1802 ForRangeInit *FRI = nullptr);
1809 ForRangeInit *FRI = nullptr);