Home
last modified time | relevance | path

Searched defs:PTU (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp59 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule()
67 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule()
H A DIncrementalParser.cpp250 auto PTU = ParseOrWrapTopLevelDecl(); in Parse() local
281 void IncrementalParser::CleanUpPTU(PartialTranslationUnit &PTU) { in CleanUpPTU()
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/
H A DInterpreter.h64 auto PTU = Parse(Code); in ParseAndExecute() local