Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ASTReader

11 // ASTReader::ReadStmt method.
15 #include "clang/Serialization/ASTReader.h"
29 typedef ASTReader::RecordData RecordData;
31 ASTReader &Reader;
34 const ASTReader::RecordData &Record;
71 const ASTReader::RecordData &R, unsigned &I) {
76 const ASTReader::RecordData &R, unsigned &I) {
81 ASTStmtReader(ASTReader &Reader, ModuleFile &F,
83 const ASTReader::RecordData &Record, unsigned &Idx)
1681 const ASTReader::RecordData &Record;
1685 const ASTReader::RecordData &Record, unsigned &Idx)
2223 // ASTReader Implementation
2226 Stmt *ASTReader::ReadStmt(ModuleFile &F) {
2240 Expr *ASTReader::ReadExpr(ModuleFile &F) {
2244 Expr *ASTReader::ReadSubExpr() {
2255 Stmt *ASTReader::ReadStmtFromStream(ModuleFile &F) {