OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclsCursor
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Serialization/
Module.h
333
///
DeclsCursor
- This is a cursor to the start of the DECLS_BLOCK block. It
336
llvm::BitstreamCursor
DeclsCursor
;
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
314
return F.
DeclsCursor
.GetCurrentBitNo() + F.GlobalBitOffset;
[
all
...]
ASTReader.cpp
[
all
...]
ASTReaderStmt.cpp
33
llvm::BitstreamCursor &
DeclsCursor
;
84
: Reader(Reader), F(F),
DeclsCursor
(Cursor), Record(Record), Idx(Idx) { }
[
all
...]
Completed in 57 milliseconds