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)
1738 const ASTReader::RecordData &Record;
1742 const ASTReader::RecordData &Record, unsigned &Idx)
2467 // ASTReader Implementation
2470 Stmt *ASTReader::ReadStmt(ModuleFile &F) {
2484 Expr *ASTReader::ReadExpr(ModuleFile &F) {
2488 Expr *ASTReader::ReadSubExpr() {
2499 Stmt *ASTReader::ReadStmtFromStream(ModuleFile &F) {