Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp386 IncrParser = std::make_unique<IncrementalParser>(*CI, ErrOut); in Interpreter()
422 IncrParser.reset(); in ~Interpreter()
609 llvm::Expected<TranslationUnitDecl *> TuOrErr = IncrParser->Parse(Code); in Parse()
765 IncrParser->CleanUpPTU(PTUs.back().TUPart); in Undo()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h94 std::unique_ptr<IncrementalParser> IncrParser; variable