Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h185 void restoreParsingState(const SlotMapping *Slots);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp87 restoreParsingState(Slots); in parseStandaloneConstantValue()
100 restoreParsingState(Slots); in parseTypeAtBeginning()
114 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() function in LLParser