OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPCond
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PTHLexer.h
38
///
PPCond
- Pointer to a side table in the PTH file that provides a
41
const unsigned char*
PPCond
;
43
/// CurPPCondPtr - Pointer inside
PPCond
that refers to the next entry
65
const unsigned char*
ppcond
, PTHManager &PM);
/external/clang/lib/Frontend/
CacheTokens.cpp
278
PPCondTable
PPCond
;
364
PPStartCond.push_back(
PPCond
.size());
365
PPCond
.push_back(std::make_pair(HashOff, 0U));
372
unsigned index =
PPCond
.size();
375
assert(
PPCond
.size() > PPStartCond.back());
376
assert(
PPCond
[PPStartCond.back()].second == 0);
377
PPCond
[PPStartCond.back()].second = index;
379
// Add the new entry to
PPCond
.
380
PPCond
.push_back(std::make_pair(HashOff, index));
397
unsigned index =
PPCond
.size()
[
all
...]
Completed in 35 milliseconds