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

References

tools/clang/lib/Lex/TokenLexer.cpp
   48   ExpandLocStart = Tok.getLocation();
   67     assert(ExpandLocStart.isValid());
   76                                                 ExpandLocStart,
  110   ExpandLocStart = ExpandLocEnd = SourceLocation();
  481         if(ExpandLocStart.isValid()) {
  539       if (ExpandLocStart.isValid()) {
  673   if (ExpandLocStart.isValid() &&   // Don't do this for token streams.
  679                                       ExpandLocStart,
  854           SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2);
  966   assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() &&