clang API Documentation
Like ASTLocation but also contains the TranslationUnit that the ASTLocation originated from. More...
#include <ASTLocation.h>


Public Member Functions | |
| TULocation (TranslationUnit *tu, ASTLocation astLoc) | |
| TranslationUnit * | getTU () const |
Like ASTLocation but also contains the TranslationUnit that the ASTLocation originated from.
Definition at line 157 of file ASTLocation.h.
| clang::idx::TULocation::TULocation | ( | TranslationUnit * | tu, |
| ASTLocation | astLoc | ||
| ) | [inline] |
Definition at line 161 of file ASTLocation.h.
| TranslationUnit* clang::idx::TULocation::getTU | ( | ) | const [inline] |
Definition at line 166 of file ASTLocation.h.