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

  /external/clang/lib/Serialization/
ModuleManager.cpp 89 ImportedBy->Imports.insert(ModuleEntry);
237 M = CurrentModule->Imports.begin(),
238 MEnd = CurrentModule->Imports.end();
296 M = NextModule->Imports.begin(),
297 MEnd = NextModule->Imports.end();
328 for (llvm::SetVector<ModuleFile *>::iterator IM = M.Imports.begin(),
329 IMEnd = M.Imports.end();
366 return Node->Imports.begin();
370 return Node->Imports.end();
Module.cpp 77 if (!Imports.empty()) {
78 llvm::errs() << " Imports: ";
79 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
82 llvm::errs() << Imports[I]->FileName;
ASTWriter.cpp 776 RECORD(IMPORTS);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Basic/
Module.h 143 SmallVector<Module *, 2> Imports;
  /external/clang/include/clang/Serialization/
Module.h 159 /// If module A depends on and imports module B, both modules will have the
425 llvm::SetVector<ModuleFile *> Imports;
  /external/clang/lib/Basic/
Module.cpp 224 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
225 Module *Mod = Imports[I];
  /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.
  /device/generic/goldfish/opengl/
common.mk 49 # Managing module exports and imports.
70 # imports it.
82 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
83 # it automatically imports anything imported by B too.
107 $(eval _emugl.$(_mod).imports :=) \
124 # Called to indicate that a module imports the exports of another module
143 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
144 $(eval _emugl.$(_mod).imports += $1)\
145 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /sdk/emulator/opengl/
common.mk 51 # Managing module exports and imports.
72 # imports it.
84 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
85 # it automatically imports anything imported by B too.
109 $(eval _emugl.$(_mod).imports :=) \
126 # Called to indicate that a module imports the exports of another module
145 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
146 $(eval _emugl.$(_mod).imports += $1)\
147 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 757 for (unsigned I = Mod->Imports.size(); I > 0; --I) {
758 if (Visited.insert(Mod->Imports[I-1]))
759 addLinkOptionsPostorder(Context, Mod->Imports[I-1], Metadata, Visited);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 409 milliseconds