summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-03-01 15:34:37 +0000
committerDouglas Gregor <dgregor@apple.com>2011-03-01 15:34:37 +0000
commit62a60c50f4fb78f731d4b9d02ad9905afe588671 (patch)
tree3fd4cedd06bd58d1aa76fe4be7b73d7e0ada13d6 /clang/lib/AST
parentcb95eeecc6c334b043ace0f94c69ba1491f46f5f (diff)
downloadbcm5719-llvm-62a60c50f4fb78f731d4b9d02ad9905afe588671.tar.gz
bcm5719-llvm-62a60c50f4fb78f731d4b9d02ad9905afe588671.zip
Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage.
llvm-svn: 126746
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/TypeLoc.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/AST/TypeLoc.cpp b/clang/lib/AST/TypeLoc.cpp
index 98c46621f03..4b38dbac7b2 100644
--- a/clang/lib/AST/TypeLoc.cpp
+++ b/clang/lib/AST/TypeLoc.cpp
@@ -229,14 +229,6 @@ TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) {
return TL;
}
-void ElaboratedTypeLoc::initializeLocal(ASTContext &Context,
- SourceLocation Loc) {
- setKeywordLoc(Loc);
- NestedNameSpecifierLocBuilder Builder;
- Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
- setQualifierLoc(Builder.getWithLocInContext(Context));
-}
-
void DependentNameTypeLoc::initializeLocal(ASTContext &Context,
SourceLocation Loc) {
setKeywordLoc(Loc);
OpenPOWER on IntegriCloud