Home
last modified time | relevance | path

Searched refs:BuildDeclRefExpr (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2152 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2157 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2287 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2292 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2312 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2327 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
H A DSemaOpenMP.cpp773 ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_LValue, Id.getLoc()); in ActOnOpenMPIdExpression()
2708 ExprResult SaveRef = SemaRef.BuildDeclRefExpr( in CheckOpenMPLoop()
2735 LB = SemaRef.BuildDeclRefExpr(LBDecl, VType, VK_LValue, InitLoc); in CheckOpenMPLoop()
2742 UB = SemaRef.BuildDeclRefExpr(UBDecl, VType, VK_LValue, InitLoc); in CheckOpenMPLoop()
2751 IL = SemaRef.BuildDeclRefExpr(ILDecl, Int32Ty, VK_LValue, InitLoc); in CheckOpenMPLoop()
2758 ST = SemaRef.BuildDeclRefExpr(STDecl, VType, VK_LValue, InitLoc); in CheckOpenMPLoop()
2779 IV = SemaRef.BuildDeclRefExpr(IVDecl, VType, VK_LValue, InitLoc); in CheckOpenMPLoop()
H A DSemaDeclCXX.cpp3332 SemaRef.BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(), in BuildImplicitBaseInitializer()
3500 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
9422 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc).get()); in build()
9567 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy, in buildMemcpyForAssignmentOp()
11047 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), in DefineImplicitLambdaToFunctionPointerConversion()
H A DSemaTemplate.cpp5316 ExprResult RefExpr = BuildDeclRefExpr(VD, in BuildExpressionFromDeclTemplateArgument()
5347 ExprResult RefExpr = BuildDeclRefExpr(VD, T, VK_LValue, Loc); in BuildExpressionFromDeclTemplateArgument()
5378 return BuildDeclRefExpr(VD, T, VK, Loc); in BuildExpressionFromDeclTemplateArgument()
H A DSemaExpr.cpp1583 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
1587 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr()
1593 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2936 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
12100 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in addAsFieldToClosureType()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3518 ExprResult BuildDeclRefExpr(ValueDecl *D, QualType Ty,
3523 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,