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

  /external/clang/include/clang/Basic/
Module.h 89 unsigned IsExplicit : 1;
163 IsExplicit(false), IsSystem(false),
169 bool IsFramework, bool IsExplicit);
  /external/clang/lib/Basic/
Module.cpp 25 bool IsFramework, bool IsExplicit)
28 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
182 if (IsExplicit)
  /external/clang/include/clang/Lex/
ModuleMap.h 166 /// \param IsExplicit Whether this is an explicit submodule.
172 bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 277 bool IsExplicit) {
284 IsExplicit);
314 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 63 milliseconds