HomeSort by relevance Sort by last modified time
    Searched refs:Exports (Results 1 - 11 of 11) 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())
339 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
342 if (Module *Restriction = Exports[I].getPointer()) {
344 if (Exports[I].getInt())
  /external/clang/include/clang/Basic/
Module.h 166 SmallVector<ExportDecl, 2> Exports;
  /external/clang/lib/Lex/
ModuleMap.cpp 241 // wildcard to the set of exports.
242 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
243 Result->Exports.push_back(Module::ExportDecl(0, true));
255 // wildcard to the set of exports.
256 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
257 Result->Exports.push_back(Module::ExportDecl(0, true));
533 Result->Exports.push_back(Module::ExportDecl(0, true));
650 Mod->Exports.push_back(Export);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]