Searched refs:BeginRef (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 459 const MCExpr *BeginRef = MCSymbolRefExpr::create(Begin, Ctx), in computeLabelDiff() local 462 MCBinaryExpr::create(MCBinaryExpr::Sub, EndRef, BeginRef, Ctx); in computeLabelDiff()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2948 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() local 2950 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2960 BeginRef.get(), EndRef.get()); in BuildCXXForRangeStmt() 2976 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2978 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2981 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt() 2997 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2999 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 3002 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt()
|