Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 31 May 2014 00:18:32 +0000 (00:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 31 May 2014 00:18:32 +0000 (00:18 +0000)
commita0edd307153846881e36ec41c3ee1742246faf6d
treefa4bcc33f1d06d9e14630c03f5b609cc1a858045
parent5c8ce21a6c5f82b1b15c8ba0b0dcc022ce153b65
Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr
consistently, rather than sometimes performing lookup and calling the
LookupResult form. No functionality change intended.

llvm-svn: 209941
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaExprMember.cpp
clang/lib/Sema/TreeTransform.h