Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp282 TranslationUnitDecl *MostRecentTU = PTU.TUPart; in CleanUpPTU() local
283 TranslationUnitDecl *FirstTU = MostRecentTU->getFirstDecl(); in CleanUpPTU()
289 if (D->getTranslationUnitDecl() == MostRecentTU) { in CleanUpPTU()