summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/Handlers.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:40:02 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:40:02 +0000
commita82e8848ee3a484e1cb1a51d21f5bed8eee88d9a (patch)
tree4daa20c587caac2c9a3f67bd9ae5b8fbdf3e4951 /clang/lib/Index/Handlers.cpp
parentaf7929664503a2398800767892d132a0667d42c7 (diff)
downloadbcm5719-llvm-a82e8848ee3a484e1cb1a51d21f5bed8eee88d9a.tar.gz
bcm5719-llvm-a82e8848ee3a484e1cb1a51d21f5bed8eee88d9a.zip
Introduce TULocation and TULocationHandler classes.
TULocation is like ASTLocation but also contains the TranslationUnit* that the ASTLocation originated from. llvm-svn: 77535
Diffstat (limited to 'clang/lib/Index/Handlers.cpp')
-rw-r--r--clang/lib/Index/Handlers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Index/Handlers.cpp b/clang/lib/Index/Handlers.cpp
index c94314b2953..1e9a27d297c 100644
--- a/clang/lib/Index/Handlers.cpp
+++ b/clang/lib/Index/Handlers.cpp
@@ -19,3 +19,4 @@ using namespace idx;
// Out-of-line to give the virtual tables a home.
EntityHandler::~EntityHandler() { }
TranslationUnitHandler::~TranslationUnitHandler() { }
+TULocationHandler::~TULocationHandler() { }
OpenPOWER on IntegriCloud