reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseStmtAsm.cpp
  263     LineIndex = LineToks.size() - 2;
  265     while (LineToks[LineIndex].getLocation() != Tok.getLocation()) {
  266       LineIndex++;
  267       assert(LineIndex < LineToks.size() - 2); // we added two extra tokens
  277     NumLineToksConsumed = LineIndex;
  282   for (unsigned i = 0, e = LineToks.size() - LineIndex - 2; i != e; ++i) {