OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumIds
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PTHManager.h
62
///
NumIds
- The number of identifiers in the PTH file.
63
const unsigned
NumIds
;
81
void* stringIdLookup, unsigned
numIds
,
/external/clang/lib/Lex/
PTHLexer.cpp
415
void* stringIdLookup, unsigned
numIds
,
420
NumIds
(
numIds
), PP(0), SpellingBase(spellingBase),
525
uint32_t
NumIds
= ReadLE32(IData);
532
if (
NumIds
) {
533
PerIDCache = (IdentifierInfo**)calloc(
NumIds
, sizeof(*PerIDCache));
547
SL.take(),
NumIds
, spellingBase,
Completed in 32 milliseconds