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

  /external/clang/lib/Basic/
Module.cpp 196 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
197 Module *Mod = Exports[I].getPointer();
198 if (!Exports[I].getInt()) {
211 if (Module *Restriction = Exports[I].getPointer())
301 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
304 if (Module *Restriction = Exports[I].getPointer()) {
306 if (Exports[I].getInt())
  /external/clang/include/clang/Basic/
Module.h 152 SmallVector<ExportDecl, 2> Exports;
  /external/clang/lib/Lex/
ModuleMap.cpp 197 // wildcard to the set of exports.
198 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
199 Result->Exports.push_back(Module::ExportDecl(0, true));
211 // wildcard to the set of exports.
212 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
213 Result->Exports.push_back(Module::ExportDecl(0, true));
485 Result->Exports.push_back(Module::ExportDecl(0, true));
598 Mod->Exports.push_back(Export);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]

Completed in 546 milliseconds