OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclOffset
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Serialization/
ASTBitCodes.h
181
struct
DeclOffset
{
187
DeclOffset
() : Loc(0), BitOffset(0) { }
188
DeclOffset
(SourceLocation Loc, uint32_t BitOffset)
[
all
...]
Module.h
385
const
DeclOffset
*DeclOffsets;
ASTWriter.h
189
std::vector<serialization::
DeclOffset
> DeclOffsets;
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
[
all
...]
ASTReaderDecl.cpp
[
all
...]
ASTReader.cpp
[
all
...]
Completed in 124 milliseconds