enum ASTReader::ReadingKind
Description
What kind of records we are reading.
Declared at: clang/include/clang/Serialization/ASTReader.h:1186
Enumerators
Name | Value | Comment |
---|---|---|
Read_None | 0 | |
Read_Decl | 1 | |
Read_Type | 2 | |
Read_Stmt | 3 |
What kind of records we are reading.
Declared at: clang/include/clang/Serialization/ASTReader.h:1186
Name | Value | Comment |
---|---|---|
Read_None | 0 | |
Read_Decl | 1 | |
Read_Type | 2 | |
Read_Stmt | 3 |