Searched defs:BuildDeclRefExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1622 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, function in class:Sema
1626 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
1629 /// BuildDeclRefExpr - Build an expression that references a
1632 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, function in class:Sema
2900 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);

Completed in 830 milliseconds