OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecordData
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
52
typedef SmallVector<uint64_t, 64>
RecordData
;
131
std::error_code adjustSourceLocFilename(
RecordData
&Record,
134
void adjustAbbrevID(
RecordData
&Record, AbbrevLookup &Lookup,
137
void writeRecordWithAbbrev(unsigned ID,
RecordData
&Record);
139
void writeRecordWithBlob(unsigned ID,
RecordData
&Record, StringRef Blob);
277
RecordData
Record;
398
RecordData
::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */,
445
RecordData
&Record = State->Record;
534
RecordData
::value_type Record[] = {RECORD_VERSION, VersionNumber};
546
RecordData
::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
87
typedef SmallVector<uint64_t, 64>
RecordData
;
576
void AddFunctionDefinition(const FunctionDecl *FD,
RecordData
&Record);
[
all
...]
ASTReader.h
320
typedef SmallVector<uint64_t, 64>
RecordData
;
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
38
typedef ASTWriter::
RecordData
RecordData
;
39
RecordData
&Record;
45
ASTDeclWriter(ASTWriter &Writer, ASTContext &Context,
RecordData
&Record)
[
all
...]
ASTReaderDecl.cpp
43
typedef ASTReader::
RecordData
RecordData
;
44
const
RecordData
&Record;
55
SourceLocation ReadSourceLocation(const
RecordData
&R, unsigned &I) {
59
SourceRange ReadSourceRange(const
RecordData
&R, unsigned &I) {
63
TypeSourceInfo *GetTypeSourceInfo(const
RecordData
&R, unsigned &I) {
67
serialization::DeclID ReadDeclID(const
RecordData
&R, unsigned &I) {
76
Decl *ReadDecl(const
RecordData
&R, unsigned &I) {
81
T *ReadDeclAs(const
RecordData
&R, unsigned &I) {
86
const
RecordData
&R, unsigned &I)
[
all
...]
ASTReaderStmt.cpp
29
typedef ASTReader::
RecordData
RecordData
;
34
const ASTReader::
RecordData
&Record;
37
Token ReadToken(const
RecordData
&R, unsigned &I) {
41
SourceLocation ReadSourceLocation(const
RecordData
&R, unsigned &I) {
45
SourceRange ReadSourceRange(const
RecordData
&R, unsigned &I) {
49
std::string ReadString(const
RecordData
&R, unsigned &I) {
53
TypeSourceInfo *GetTypeSourceInfo(const
RecordData
&R, unsigned &I) {
57
serialization::DeclID ReadDeclID(const
RecordData
&R, unsigned &I) {
61
Decl *ReadDecl(const
RecordData
&R, unsigned &I)
[
all
...]
Completed in 1008 milliseconds