Searched refs:BeginRef (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | 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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2933 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() local 2935 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2945 BeginRef.get(), EndRef.get()); in BuildCXXForRangeStmt() 2961 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2963 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2966 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt() 2982 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2984 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2987 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt()
|