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

  /external/clang/lib/Basic/
Module.cpp 34 InferExportWildcard(false), ConfigMacrosExhaustive(false),
440 if (InferExportWildcard) {
  /external/clang/include/clang/Basic/
Module.h 168 unsigned InferExportWildcard : 1;
  /external/clang/lib/Lex/
ModuleMap.cpp 389 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
404 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
706 Result->InferExportWildcard = true;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 375 milliseconds