OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastHashTokPtr
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PTHLexer.h
34
///
LastHashTokPtr
- Pointer into TokBuf of the last processed '#'
36
const unsigned char*
LastHashTokPtr
;
/external/clang/lib/Lex/
PTHLexer.cpp
39
: PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D),
LastHashTokPtr
(nullptr),
112
LastHashTokPtr
= CurPtr - StoredTokenSize;
191
assert(
LastHashTokPtr
&& "No known '#' token.");
209
// entry is not at a location greater than
LastHashTokPtr
.
210
if (HashEntryI <
LastHashTokPtr
&& TableIdx) {
221
if (HashEntryJ <=
LastHashTokPtr
) {
229
while (HashEntryI <
LastHashTokPtr
);
230
assert(HashEntryI ==
LastHashTokPtr
&& "No PP-cond entry found for '#'");
262
LastHashTokPtr
= HashEntryI;
272
LastHashTokPtr
= CurPtr
[
all
...]
Completed in 182 milliseconds