Searched defs:ASTReader (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTReader.h1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
10 // This file defines the ASTReader class, which reads AST files.
75 class ASTReader;
91 /// \brief Abstract interface for callback invocations by the ASTReader.
93 /// While reading an AST file, the ASTReader will call the methods of the
95 /// return true to indicate to the ASTReader that the information (and
144 ASTReader &Reader;
149 PCHValidator(Preprocessor &PP, ASTReader &Reader)
178 /// The ASTReader class reads bitstreams (produced by the ASTWriter
181 /// instance of the ASTReader ca
187 class ASTReader class in namespace:clang
[all...]

Completed in 59 milliseconds