Searched refs:BeginRef (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2932 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() local 2934 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2944 BeginRef.get(), EndRef.get()); in BuildCXXForRangeStmt() 2960 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2962 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2965 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt() 2981 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2983 if (BeginRef.isInvalid()) in BuildCXXForRangeStmt() 2986 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt()
|