Searched refs:FirstPart (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1922 StmtResult FirstPart; in ParseForStatement() local 1984 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement() 1988 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement() 1997 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement() 2002 ForRangeInfo.LoopVar = FirstPart; in ParseForStatement() 2003 FirstPart = StmtResult(); in ParseForStatement() 2031 FirstPart = Actions.ActOnForEachLValueExpr(Value.get()); in ParseForStatement() 2040 FirstPart = Actions.ActOnExprStmt(Value, !IsRangeBasedFor); in ParseForStatement() 2056 } else if (getLangOpts().CPlusPlus11 && Tok.is(tok::colon) && FirstPart.get()) { in ParseForStatement() 2060 << FirstPart.get()->getSourceRange(); in ParseForStatement() [all …]
|
| H A D | ParseObjc.cpp | 2283 Decl *FirstPart = nullptr; in ParseObjCTryStmt() local 2300 FirstPart = in ParseObjCTryStmt() 2321 AtCatchFinallyLoc, RParenLoc, FirstPart, CatchBody.get()); in ParseObjCTryStmt()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 1370 const CodeGenSubRegIndex *FirstPart = Parts.front(); in getConcatSubRegIndex() local 1374 const SubRegRange &FirstPartRange = FirstPart->Range.get(M); in getConcatSubRegIndex()
|