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

  /external/clang/lib/Serialization/
ModuleManager.cpp 82 ImportedBy->Imports.insert(ModuleEntry);
146 M = NextModule->Imports.begin(),
147 MEnd = NextModule->Imports.end();
158 for (llvm::SetVector<ModuleFile *>::iterator M = CurrentModule->Imports.begin(),
159 MEnd = CurrentModule->Imports.end();
184 for (llvm::SetVector<ModuleFile *>::iterator IM = M.Imports.begin(),
185 IMEnd = M.Imports.end();
220 return Node->Imports.begin();
224 return Node->Imports.end();
Module.cpp 73 if (!Imports.empty()) {
74 llvm::errs() << " Imports: ";
75 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
78 llvm::errs() << Imports[I]->FileName;
ASTWriter.cpp 787 RECORD(IMPORTS);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Basic/
Module.h 128 llvm::SmallVector<Module *, 2> Imports;
  /external/clang/include/clang/Serialization/
Module.h 350 llvm::SetVector<ModuleFile *> Imports;
  /ndk/build/core/
import-locals.mk 37 $(info Imports for module $(LOCAL_MODULE):)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 59 EventLogView_Imports_Bug_Report=Imports a bug report.
  /sdk/emulator/opengl/
common.mk 53 # Managing module exports and imports.
74 # imports it.
86 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
87 # it automatically imports anything imported by B too.
111 $(eval _emugl.$(_mod).imports :=) \
128 # Called to indicate that a module imports the exports of another module
147 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
148 $(eval _emugl.$(_mod).imports += $1)\
149 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]

Completed in 114 milliseconds