Searched refs:Exports (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Basic/ |
D | Module.cpp | 227 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in print() 230 if (Module *Restriction = Exports[I].getPointer()) { in print() 232 if (Exports[I].getInt()) in print()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 146 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty()) in findModuleForHeader() 147 Result->Exports.push_back(Module::ExportDecl(0, true)); in findModuleForHeader() 157 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty()) in findModuleForHeader() 158 Result->Exports.push_back(Module::ExportDecl(0, true)); in findModuleForHeader() 327 Result->Exports.push_back(Module::ExportDecl(0, true)); in inferFrameworkModule() 406 Mod->Exports.push_back(Export); in resolveExports()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 137 llvm::SmallVector<ExportDecl, 2> Exports; variable
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2564 for (unsigned I = 0, N = Mod->Exports.size(); I != N; ++I) { in makeModuleVisible() 2565 Module *Exported = Mod->Exports[I].getPointer(); in makeModuleVisible() 2566 if (!Mod->Exports[I].getInt()) { in makeModuleVisible() 2580 if (Module *Restriction = Mod->Exports[I].getPointer()) in makeModuleVisible() 2661 Unresolved.Mod->Exports.push_back( in ReadAST()
|
D | ASTWriter.cpp | 2015 if (!Mod->Exports.empty()) { in WriteSubmodules() 2017 for (unsigned I = 0, N = Mod->Exports.size(); I != N; ++I) { in WriteSubmodules() 2018 if (Module *Exported = Mod->Exports[I].getPointer()) { in WriteSubmodules() 2026 Record.push_back(Mod->Exports[I].getInt()); in WriteSubmodules()
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.rules | 1346 # Prune Exports
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 12722 449195900FBE175B00D9F824 /* Exports */, 13585 449195900FBE175B00D9F824 /* Exports */ = { 13591 name = Exports;
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 3068 * WebKit.exp: Modified. Exports WebGeolocationMock.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 13646 * src/libwebcoretests.exp: Added. Exports that we need to run the test in the
|
D | ChangeLog-2010-01-29 | 61556 * WebCore.base.exp: Modified. Exports GeolocationServiceMock methods. 81695 Exports the symbols required by the DumpRenderTree test application.
|
D | ChangeLog-2010-12-06 | 90624 Boilerplate. Exports and definition of the delegate method. 104605 …exp files, add the new .exp.in file, and move ExportFileGenerator.cpp in to the Exports collection.
|
D | ChangeLog | 10412 * WebCore.exp.in: Exports!
|
D | ChangeLog-2009-06-16 | 9417 * WebCore.xcodeproj/project.pbxproj: Added Exports group, moved
|