Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp389 TranslationUnitDecl *MostRecentTU = PTU.TUPart; in CleanUpPTU() local
390 if (StoredDeclsMap *Map = MostRecentTU->getPrimaryContext()->getLookupPtr()) { in CleanUpPTU()
396 if (D->getTranslationUnitDecl() == MostRecentTU) in CleanUpPTU()
411 for (Decl *D : MostRecentTU->decls()) { in CleanUpPTU()