Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ASTReader

34 #include "clang/Serialization/ASTReader.h"
486 /// \brief Gathers information from ASTReader that will be used to initialize
708 AST->Reader = new ASTReader(PP, Context,
725 SourceLocation(), ASTReader::ARR_None)) {
726 case ASTReader::Success:
729 case ASTReader::Failure:
730 case ASTReader::Missing:
731 case ASTReader::OutOfDate:
732 case ASTReader::VersionMismatch:
733 case ASTReader::ConfigurationMismatch:
734 case ASTReader::HadErrors: