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.
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
237 ASTReader &Reader;
240 PCHValidator(Preprocessor &PP, ASTReader &Reader)
273 /// The ASTReader class reads bitstreams (produced by the ASTWriter
276 /// instance of the ASTReader ca
282 class ASTReader class in namespace:clang
[all...]

Completed in 47 milliseconds