Home
last modified time | relevance | path

Searched defs:getTU (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCXTranslationUnit.h77 CXTranslationUnitImpl *getTU() const { return TU; } in getTU() function
H A DCursorVisitor.h186 CXTranslationUnit getTU() const { return TU; } in getTU() function