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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 81 bool IsSystem;
84 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
85 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
  /external/clang/include/clang/Basic/
Module.h 92 unsigned IsSystem : 1;
162 IsExplicit(false), IsSystem(false),
  /external/clang/lib/Basic/
Module.cpp 28 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
35 if (Parent->IsSystem)
36 IsSystem = true;
186 if (IsSystem) {
  /external/clang/include/clang/Lex/
ModuleMap.h 178 bool IsSystem, Module *Parent);
HeaderSearch.h 466 /// \param IsSystem Whether the framework directory is part of the system
472 bool IsSystem);
  /external/clang/lib/Lex/
HeaderSearch.cpp 145 bool IsSystem
147 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
342 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
343 Module = HS.loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
866 bool IsSystem) {
    [all...]
ModuleMap.cpp 293 bool IsSystem,
315 if (IsSystem)
316 Result->IsSystem = IsSystem;
351 IsSystem, Result);
845 bool IsSystem = false;
871 IsSystem = true;
928 if (IsSystem)
929 ActiveModule->IsSystem = true;
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 261 Module->IsSystem));
319 Module->IsSystem));
FrontendAction.cpp 325 getCurrentInput().IsSystem
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 419 milliseconds