Searched refs:FRI (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | misplaced-widening-cast-explicit-only.cpp | 71 FRI, enumerator
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1840 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument 1879 return ParseDeclGroup(DS, Context, DeclAttrs, &DeclEnd, FRI); in ParseSimpleDeclaration() 2036 ForRangeInit *FRI) { in ParseDeclGroup() argument 2155 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup() 2157 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup() 2162 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup() 2164 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup() 2182 D, ParsedTemplateInfo(), FRI); in ParseDeclGroup() 2449 if (Tok.is(tok::r_paren) && FRI && D.isFirstDeclarator()) { in ParseDeclarationAfterDeclaratorAndAttributes() 2454 FRI->ColonLoc = EqualLoc; in ParseDeclarationAfterDeclaratorAndAttributes() [all …]
|
| H A D | ParseExprCXX.cpp | 1972 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument 2008 switch (isCXXConditionDeclarationOrInitStatement(InitStmt, FRI)) { in ParseCXXCondition() 2066 assert(FRI && "should not parse a for range declaration here"); in ParseCXXCondition() 2070 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition() 2071 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition() 2072 assert((FRI->ColonLoc.isValid() || !DG) && in ParseCXXCondition()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1997 ForRangeInfo *FRI = nullptr, 2338 ForRangeInit *FRI = nullptr, 2344 ForRangeInit *FRI = nullptr); 2351 ForRangeInit *FRI = nullptr);
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 413 (instregex "FRI(N|P|Z|M)(D|S)$"), 473 (instregex "FRI(N|P|Z|M)(D|S)_rec$"),
|