Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.h85 void CleanUpPTU(PartialTranslationUnit &PTU);
H A DIncrementalParser.cpp283 CleanUpPTU(MostRecentPTU); in ParseOrWrapTopLevelDecl()
388 void IncrementalParser::CleanUpPTU(PartialTranslationUnit &PTU) { in CleanUpPTU() function in clang::IncrementalParser
H A DInterpreter.cpp531 IncrParser->CleanUpPTU(PTUs.back()); in Undo()