]> granicus.if.org Git - clang/commit
Factor out repeated code to build a DeclRefExpr and mark it referenced.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 4 Jun 2019 18:30:46 +0000 (18:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 4 Jun 2019 18:30:46 +0000 (18:30 +0000)
commit8c592941d57097bc0ddf91ee2a97939873a9ed5a
tree96bde5e6f395287f22ca8cd9594dadff3f2b851d
parent7af84528b65c137e69300389e7b69c09801b4e61
Factor out repeated code to build a DeclRefExpr and mark it referenced.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362537 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp