Searched refs:BeginRef (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 471 const MCExpr *BeginRef = MCSymbolRefExpr::create(Begin, Variant, Ctx), in computeLabelDiff() local 474 MCBinaryExpr::create(MCBinaryExpr::Sub, EndRef, BeginRef, Ctx); in computeLabelDiff()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2839 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() local 2841 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2851 BeginRef.get(), EndRef.get()); in BuildCXXForRangeStmt() 2867 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2869 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2872 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt() 2888 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2890 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2893 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt()
|