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

  /external/clang/include/clang/Basic/
Module.h 134 typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl;
137 llvm::SmallVector<ExportDecl, 2> Exports;
  /external/clang/include/clang/Lex/
ModuleMap.h 82 Module::ExportDecl
  /external/clang/lib/Lex/
ModuleMap.cpp 31 Module::ExportDecl
38 return Module::ExportDecl(0, true);
49 return Module::ExportDecl();
63 return Module::ExportDecl();
69 return Module::ExportDecl(Context, Unresolved.Wildcard);
147 Result->Exports.push_back(Module::ExportDecl(0, true));
158 Result->Exports.push_back(Module::ExportDecl(0, true));
327 Result->Exports.push_back(Module::ExportDecl(0, true));
403 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 208 milliseconds