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

  /external/clang/lib/Serialization/
ModuleManager.cpp 81 ImportedBy->Imports.insert(ModuleEntry);
145 M = NextModule->Imports.begin(),
146 MEnd = NextModule->Imports.end();
157 for (llvm::SetVector<Module *>::iterator M = CurrentModule->Imports.begin(),
158 MEnd = CurrentModule->Imports.end();
183 for (llvm::SetVector<Module *>::iterator IM = M.Imports.begin(),
184 IMEnd = M.Imports.end();
219 return Node->Imports.begin();
223 return Node->Imports.end();
Module.cpp 72 if (!Imports.empty()) {
73 llvm::errs() << " Imports: ";
74 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
77 llvm::errs() << Imports[I]->FileName;
  /external/clang/include/clang/Serialization/
Module.h 305 llvm::SetVector<Module *> 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.
  /development/tools/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 990 milliseconds