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

  /external/clang/include/clang/Basic/
Module.h 106 unsigned InferExportWildcard : 1;
164 InferExportWildcard(false), NameVisibility(Hidden) { }
  /external/clang/lib/Basic/
Module.cpp 30 InferExportWildcard(false), NameVisibility(Hidden)
258 if (InferExportWildcard) {
  /external/clang/lib/Lex/
ModuleMap.cpp 146 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
157 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
331 Result->InferExportWildcard = true;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 175 milliseconds