Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Start

88   /// The depth of TheCondStack at the start of the instantiation.
817 const char *Start = getTok().getLoc().getPointer();
823 return StringRef(Start, End - Start);
827 const char *Start = getTok().getLoc().getPointer();
834 return StringRef(Start, End - Start);
1418 // Statements always start with an identifier.
1430 return TokError("unexpected token at start of statement");
1437 return TokError("unexpected token at start of statement");
1455 return TokError("unexpected token at start of statement");
1604 // Directives start with "."
1928 // Parse and erase curly braces marking block start/end
1931 // Identify curly brace marking block start/end
1940 // Erase the block start/end brace from the output asm string
5078 // Parse curly braces marking block start/end
5122 SMLoc Start = SMLoc::getFromPointer(SymName.data());
5128 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size());
5133 AsmStrRewrites.emplace_back(AOK_Input, Start, SymName.size());
5186 assert(Loc >= AsmStart && "Expected Loc to be at or after Start!");