Home
last modified time | relevance | path

Searched refs:TUPart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h30 TranslationUnitDecl *TUPart = nullptr; member
35 return other.TUPart == TUPart && other.TheModule == TheModule;
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp566 LastPTU.TUPart = TU; in RegisterPTU()
576 << ": [TU=" << LastPTU.TUPart); in RegisterPTU()
687 << ": [TU=" << T.TUPart << ", M=" << T.TheModule.get() in Execute()
765 IncrParser->CleanUpPTU(PTUs.back().TUPart); in Undo()