Introduce TULocation and TULocationHandler classes.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:02 +0000 (23:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:02 +0000 (23:40 +0000)
commita82e8848ee3a484e1cb1a51d21f5bed8eee88d9a
tree4daa20c587caac2c9a3f67bd9ae5b8fbdf3e4951
parentaf7929664503a2398800767892d132a0667d42c7
Introduce TULocation and TULocationHandler classes.

TULocation is like ASTLocation but also contains the TranslationUnit* that
the ASTLocation originated from.

llvm-svn: 77535
clang/include/clang/Index/ASTLocation.h
clang/include/clang/Index/Handlers.h
clang/lib/Index/Handlers.cpp