Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h167 void restoreParsingState(const SlotMapping *Slots);
DLLParser.cpp63 restoreParsingState(Slots); in parseStandaloneConstantValue()
76 restoreParsingState(Slots); in parseTypeAtBeginning()
90 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() function in LLParser