OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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(0),
210
HashEntryI =
TokBuf
+ Offset;
224
const unsigned char* HashEntryJ =
TokBuf
+ ReadLE32(NextPPCondPtr);
244
HashEntryI =
TokBuf
+ ReadLE32(NextPPCondPtr);
Completed in 710 milliseconds