Searched defs:BuildDeclRefExpr (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1662 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, function in class:Sema 1666 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); 1669 /// BuildDeclRefExpr - Build an expression that references a 1672 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, function in class:Sema 2975 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
|
Completed in 193 milliseconds