Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp389 TranslationUnitDecl *MostRecentTU = PTU.TUPart; in CleanUpPTU() local
390 TranslationUnitDecl *FirstTU = MostRecentTU->getFirstDecl(); in CleanUpPTU()
396 if (D->getTranslationUnitDecl() == MostRecentTU) { in CleanUpPTU()