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 163 typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl;
166 SmallVector<ExportDecl, 2> Exports;
  /external/clang/include/clang/Lex/
ModuleMap.h 154 Module::ExportDecl
  /external/clang/lib/Lex/
ModuleMap.cpp 38 Module::ExportDecl
45 return Module::ExportDecl(0, true);
51 return Module::ExportDecl();
53 return Module::ExportDecl(Context, Unresolved.Wildcard);
243 Result->Exports.push_back(Module::ExportDecl(0, true));
257 Result->Exports.push_back(Module::ExportDecl(0, true));
533 Result->Exports.push_back(Module::ExportDecl(0, true));
647 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 65 milliseconds