Home | History | Annotate | Download | only in MCParser

Lines Matching refs:IDStr

806   StringRef IDStr;
807 if (getParser().parseIdentifier(IDStr))
811 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr);