diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:40:02 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:40:02 +0000 |
commit | a82e8848ee3a484e1cb1a51d21f5bed8eee88d9a (patch) | |
tree | 4daa20c587caac2c9a3f67bd9ae5b8fbdf3e4951 /clang/lib/Index/Handlers.cpp | |
parent | af7929664503a2398800767892d132a0667d42c7 (diff) | |
download | bcm5719-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.cpp | 1 |
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() { } |