Searched refs:BeginRef (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCCodeView.cpp | 448 const MCExpr *BeginRef = MCSymbolRefExpr::create(Begin, Variant, Ctx), in computeLabelDiff() local 451 MCBinaryExpr::create(MCBinaryExpr::Sub, EndRef, BeginRef, Ctx); in computeLabelDiff()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 2601 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() local 2603 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2613 BeginRef.get(), EndRef.get()); in BuildCXXForRangeStmt() 2629 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2631 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2634 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt() 2650 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2652 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2655 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt()
|