HomeSort by relevance Sort by last modified time
    Searched defs:ASTReader (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
10 // This file defines the ASTReader class, which reads AST files.
84 class ASTReader;
93 /// \brief Abstract interface for callback invocations by the ASTReader.
95 /// While reading an AST file, the ASTReader will call the methods of the
97 /// return true to indicate to the ASTReader that the information (and
188 ASTReader &Reader;
191 PCHValidator(Preprocessor &PP, ASTReader &Reader)
223 /// The ASTReader class reads bitstreams (produced by the ASTWriter
226 /// instance of the ASTReader can be attached to an ASTContext object
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 1 //===--- ASTReader.cpp - AST File Reader ----------------------------------===//
10 // This file defines the ASTReader class, which reads AST files.
14 #include "clang/Serialization/ASTReader.h"
391 ASTReader::setDeserializationListener(ASTDeserializationListener *Listener) {
718 bool ASTReader::ReadDeclContextStorage(ModuleFile &M,
762 void ASTReader::Error(StringRef Msg) {
770 void ASTReader::Error(unsigned DiagID,
784 bool ASTReader::ParseLineTable(ModuleFile &F,
830 bool ASTReader::ReadSourceManagerBlock(ModuleFile &F) {
918 bool ASTReader::ReadSLocEntry(int ID)
    [all...]

Completed in 66 milliseconds