HomeSort by relevance Sort by last modified time
    Searched refs:TokBuf (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 27 /// TokBuf - Buffer from PTH file containing raw token data.
28 const unsigned char* TokBuf;
34 /// LastHashTokPtr - Pointer into TokBuf of the last processed '#'
50 /// ReadToken - Used by PTHLexer to read tokens TokBuf.
  /external/clang/lib/Lex/
PTHLexer.cpp 40 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr),
205 HashEntryI = TokBuf + Offset;
220 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
241 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);

Completed in 73 milliseconds