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 227 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
230 if (Module *Restriction = Exports[I].getPointer()) {
232 if (Exports[I].getInt())
  /external/clang/include/clang/Basic/
Module.h 137 llvm::SmallVector<ExportDecl, 2> Exports;
  /external/clang/lib/Lex/
ModuleMap.cpp 145 // wildcard to the set of exports.
146 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
147 Result->Exports.push_back(Module::ExportDecl(0, true));
156 // wildcard to the set of exports.
157 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
158 Result->Exports.push_back(Module::ExportDecl(0, true));
327 Result->Exports.push_back(Module::ExportDecl(0, true));
406 Mod->Exports.push_back(Export);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.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 178 milliseconds