HomeSort by relevance Sort by last modified time
    Searched refs:GlobalModuleIndex (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
10 // This file defines the GlobalModuleIndex class, which manages a global index
59 class GlobalModuleIndex {
68 /// GlobalModuleIndex.
118 explicit GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
121 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
122 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
125 ~GlobalModuleIndex();
    [all...]
ModuleManager.h 25 class GlobalModuleIndex;
63 GlobalModuleIndex *GlobalIndex;
205 void setGlobalIndex(GlobalModuleIndex *Index);
ASTReader.h 72 class GlobalModuleIndex;
369 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /external/clang/include/clang/Lex/
ModuleLoader.h 24 class GlobalModuleIndex;
115 virtual GlobalModuleIndex *loadGlobalModuleIndex(
  /external/clang/lib/Serialization/
Android.mk 36 GlobalModuleIndex.cpp \
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
10 // This file implements the GlobalModuleIndex class.
18 #include "clang/Serialization/GlobalModuleIndex.h"
125 GlobalModuleIndex::GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex::readIndex(StringRef Path)
    [all...]
ModuleManager.cpp 16 #include "clang/Serialization/GlobalModuleIndex.h"
217 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) {
ASTReader.cpp 43 #include "clang/Serialization/GlobalModuleIndex.h"
    [all...]
  /frameworks/compile/slang/
slang_rs.h 124 virtual clang::GlobalModuleIndex *loadGlobalModuleIndex(
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 67 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
PPCallbacksTest.cpp 50 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
LexerTest.cpp 43 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
  /external/clang/lib/Frontend/
CompilerInstance.cpp 35 #include "clang/Serialization/GlobalModuleIndex.h"
    [all...]
FrontendAction.cpp 26 #include "clang/Serialization/GlobalModuleIndex.h"
419 GlobalModuleIndex::writeIndex(
  /external/clang/include/clang/Frontend/
CompilerInstance.h 713 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
ASTUnit.h     [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 67 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override

Completed in 226 milliseconds