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
71
///
NumIds
- The number of identifiers in the PTH file.
72
const unsigned
NumIds
;
92
std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned
numIds
,
/external/clang/lib/Lex/
PTHLexer.cpp
420
std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned
numIds
,
424
StringIdLookup(std::move(stringIdLookup)),
NumIds
(
numIds
), PP(nullptr),
532
uint32_t
NumIds
= endian::readNext<uint32_t, little, aligned>(IData);
539
if (
NumIds
) {
540
PerIDCache.reset((IdentifierInfo **)calloc(
NumIds
, sizeof(PerIDCache[0])));
555
std::move(PerIDCache), std::move(SL),
NumIds
,
Completed in 36 milliseconds