Searched refs:ASTReader (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/lib/Serialization/
H A DASTReaderInternals.h24 class ASTReader;
37 ASTReader &Reader;
60 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F)
82 ASTReader &Reader;
97 ASTIdentifierLookupTrait(ASTReader &Reader, ModuleFile &F,
127 ASTReader &getReader() const { return Reader; }
139 ASTReader &Reader;
152 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F)
186 ASTReader &Reader;
212 HeaderFileInfoTrait(ASTReader
[all...]
H A DAndroid.mk28 ASTReader.cpp \
H A DASTReader.cpp1 //===--- ASTReader.cpp - AST File Reader ------------------------*- C++ -*-===//
10 // This file defines the ASTReader class, which reads AST files.
14 #include "clang/Serialization/ASTReader.h"
414 ASTReader::setDeserializationListener(ASTDeserializationListener *Listener) {
719 bool ASTReader::ReadDeclContextStorage(ModuleFile &M,
765 void ASTReader::Error(StringRef Msg) {
769 void ASTReader::Error(unsigned DiagID,
778 bool ASTReader::CheckPredefinesBuffers() {
793 bool ASTReader::ParseLineTable(ModuleFile &F,
937 ASTReader
[all...]
H A DASTReaderDecl.cpp10 // This file implements the ASTReader::ReadDeclRecord method, which is the
17 #include "clang/Serialization/ASTReader.h"
37 ASTReader &Reader;
42 typedef ASTReader::RecordData RecordData;
114 ASTReader &Reader;
121 RedeclarableResult(ASTReader &Reader, GlobalDeclID FirstID)
159 ASTReader &Reader;
167 FindExistingResult(ASTReader &Reader)
170 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing)
195 ASTDeclReader(ASTReader
[all...]
H A DASTReaderStmt.cpp11 // ASTReader::ReadStmt method.
15 #include "clang/Serialization/ASTReader.h"
26 typedef ASTReader::RecordData RecordData;
28 ASTReader &Reader;
31 const ASTReader::RecordData &Record;
60 const ASTReader::RecordData &R, unsigned &I) {
65 const ASTReader::RecordData &R, unsigned &I) {
70 ASTStmtReader(ASTReader &Reader, ModuleFile &F,
72 const ASTReader::RecordData &Record, unsigned &Idx)
1528 // ASTReader Implementatio
[all...]
/external/clang/include/clang/Serialization/
H A DASTDeserializationListener.h11 // by the ASTReader whenever a type or declaration is deserialized.
23 class ASTReader;
34 /// \brief The ASTReader was initialized.
35 virtual void ReaderInitialized(ASTReader *Reader) { }
H A DASTReader.h1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
10 // This file defines the ASTReader class, which reads AST files.
77 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
146 ASTReader &Reader;
151 PCHValidator(Preprocessor &PP, ASTReader &Reader)
183 /// The ASTReader class reads bitstreams (produced by the ASTWriter
186 /// instance of the ASTReader ca
192 class ASTReader class in namespace:clang
[all...]
H A DASTWriter.h53 class ASTReader;
71 /// instance of the ASTReader class.
104 ASTReader *Chain;
681 void ReaderInitialized(ASTReader *Reader);
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp19 #include "clang/Serialization/ASTReader.h"
28 static ASTReader *createASTReader(CompilerInstance &CI,
34 OwningPtr<ASTReader> Reader;
35 Reader.reset(new ASTReader(PP, CI.getASTContext(), /*isysroot=*/"",
43 case ASTReader::Success:
48 case ASTReader::Failure:
49 case ASTReader::IgnorePCH:
159 OwningPtr<ASTReader> Reader;
H A DCompilerInstance.cpp32 #include "clang/Serialization/ASTReader.h"
321 ModuleManager = static_cast<ASTReader*>(Source.get());
335 OwningPtr<ASTReader> Reader;
336 Reader.reset(new ASTReader(PP, Context,
346 case ASTReader::Success:
352 case ASTReader::Failure:
356 case ASTReader::IgnorePCH:
944 // If we don't already have an ASTReader, create one now.
951 ModuleManager = new ASTReader(getPreprocessor(), *Context,
973 case ASTReader
[all...]
H A DMultiplexConsumer.cpp34 virtual void ReaderInitialized(ASTReader *Reader);
52 ASTReader *Reader) {
H A DASTUnit.cpp32 #include "clang/Serialization/ASTReader.h"
492 /// \brief Gathers information from ASTReader that will be used to initialize
738 OwningPtr<ASTReader> Reader;
758 Reader.reset(new ASTReader(PP, Context,
765 llvm::CrashRecoveryContextCleanupRegistrar<ASTReader>
773 case ASTReader::Success:
776 case ASTReader::Failure:
777 case ASTReader::IgnorePCH:
790 ASTReader *ReaderPtr = Reader.get();
793 // Unregister the cleanup for ASTReader
[all...]
H A DFrontendAction.cpp25 #include "clang/Serialization/ASTReader.h"
42 virtual void ReaderInitialized(ASTReader *Reader) {
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h34 class ASTReader;
100 /// \brief Non-owning reference to the ASTReader, if one exists.
101 ASTReader *ModuleManager;
415 ASTReader *getModuleManager() const { return ModuleManager; }
H A DASTUnit.h45 class ASTReader;
71 ASTReader *Reader;
260 void TranslateStoredDiagnostics(ASTReader *MMan, StringRef ModName,
/external/clang/include/clang/Basic/
H A DSourceLocation.h59 friend class ASTReader;
88 friend class ASTReader;
H A DSourceManager.h39 class ASTReader;
225 friend class clang::ASTReader;
1395 friend class ASTReader;
H A DDiagnostic.h721 friend class ASTReader;
/external/clang/include/clang/AST/
H A DStmtCXX.h241 friend class ASTReader;
H A DStmt.h1619 friend class ASTReader;
1662 friend class ASTReader;
1704 friend class ASTReader;
H A DDeclObjC.h966 friend class ASTReader;
1247 friend class ASTReader;
H A DDeclBase.h296 friend class ASTReader;
H A DType.h1714 friend class ASTReader;
3150 friend class ASTReader;
3701 friend class ASTReader; // FIXME: ASTContext::getInjectedClassNameType is not
4252 friend class ASTReader;
H A DDecl.h2306 friend class ASTReader;
3235 friend class ASTReader;
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h622 friend class ASTReader;

Completed in 213 milliseconds

12