OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawID
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Serialization/
GlobalModuleIndex.cpp
461
unsigned
RawID
= ReadUnalignedLE32(d);
462
bool IsInteresting =
RawID
& 0x01;
ASTReader.cpp
494
unsigned
RawID
= ReadUnalignedLE32(d);
495
bool IsInteresting =
RawID
& 0x01;
498
RawID
=
RawID
>> 1;
500
IdentID ID = Reader.getGlobalIdentifierID(F,
RawID
);
[
all
...]
Completed in 169 milliseconds