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 149 typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl;
152 SmallVector<ExportDecl, 2> Exports;
  /external/clang/include/clang/Lex/
ModuleMap.h 134 Module::ExportDecl
  /external/clang/lib/Lex/
ModuleMap.cpp 38 Module::ExportDecl
45 return Module::ExportDecl(0, true);
56 return Module::ExportDecl();
70 return Module::ExportDecl();
76 return Module::ExportDecl(Context, Unresolved.Wildcard);
199 Result->Exports.push_back(Module::ExportDecl(0, true));
213 Result->Exports.push_back(Module::ExportDecl(0, true));
485 Result->Exports.push_back(Module::ExportDecl(0, true));
595 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 63 milliseconds