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

  /external/clang/lib/Basic/
Module.cpp 28 bool IsFramework, bool IsExplicit)
32 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
232 if (!Mod->IsExplicit)
310 if (IsExplicit)
  /external/clang/include/clang/Basic/
Module.h 146 unsigned IsExplicit : 1;
291 bool IsFramework, bool IsExplicit);
  /external/clang/include/clang/Lex/
ModuleMap.h 344 /// \param IsExplicit Whether this is an explicit submodule.
350 bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 559 bool IsExplicit) {
566 IsFramework, IsExplicit);
696 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 126 milliseconds