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

References

tools/clang/lib/Lex/Lexer.cpp
  202   L->BufferPtr = StrData;
  203   L->BufferEnd = StrData+TokLen;
  204   assert(L->BufferEnd[0] == 0 && "Buffer is not nul terminated!");
  208   L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
  214   L->ParsingPreprocessorDirective = true;
  217   L->Is_PragmaLexer = true;
  218   return L;