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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 89 bool IsSystem;
93 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
94 : File(File.str()), Buffer(0), Kind(Kind), IsSystem(IsSystem) { }
96 bool IsSystem = false)
97 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
100 bool isSystem() const { return IsSystem; }
  /external/clang/include/clang/Lex/
ModuleMap.h 235 /// \param IsSystem Will be set to 'true' if the inferred module must be a
241 StringRef Name, bool &IsSystem) const;
247 bool IsSystem, Module *Parent);
HeaderSearch.h 501 /// \param IsSystem Whether the framework directory is part of the system
507 bool IsSystem);
  /external/clang/include/clang/Basic/
Module.h 107 unsigned IsSystem : 1;
198 IsExplicit(false), IsSystem(false),
  /external/clang/lib/Basic/
Module.cpp 29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
36 if (Parent->IsSystem)
37 IsSystem = true;
253 if (IsSystem) {
  /external/clang/lib/Lex/
HeaderSearch.cpp 150 bool IsSystem
152 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
451 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
452 if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
768 bool IsSystem = false;
769 if (loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
    [all...]
ModuleMap.cpp 352 StringRef Name, bool &IsSystem) const {
370 IsSystem = true;
395 bool IsSystem,
448 IsSystem = true;
473 if (IsSystem)
474 Result->IsSystem = IsSystem;
533 SubframeworkDir, IsSystem, Result);
690 Attributes() : IsSystem() { }
693 unsigned IsSystem : 1
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 281 Module->IsSystem));
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 209 milliseconds