]> granicus.if.org Git - clang/commit
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)
commit40c0e73be6b2508c33f802368080f6b369dc67bc
treebedc693962b266ce573cc1d9afcfea9617fd4a17
parent52f1d4793588af6c5c09ab096818ff942bae3af6
Introduce TULocation and TULocationHandler classes.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77535 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/ASTLocation.h
include/clang/Index/Handlers.h
lib/Index/Handlers.cpp