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

1 2 3

  /external/clang/include/clang/Frontend/
FrontendOptions.h 94 bool IsSystem;
97 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
98 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
99 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
101 bool IsSystem = false)
102 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
105 bool isSystem() const { return IsSystem; }
    [all...]
FrontendActions.h 96 bool IsSystem;
110 bool IsSystem = false)
111 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 69 /*IsSystem*/false, /*IsModuleFile*/false,
84 bool IsSystem) override {
87 /*IsSystem*/IsSystem,
103 /*IsSystem*/false, /*IsModuleFile*/true,
106 bool visitInputFile(StringRef Filename, bool IsSystem,
111 DepCollector.maybeAddDependency(Filename, /*FromModule*/true, IsSystem,
119 bool IsSystem, bool IsModuleFile,
122 sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing))
134 bool IsSystem, bool IsModuleFile
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 515 /// \param IsSystem Whether the directories we're looking at are system
518 bool IsSystem);
528 /// \param IsSystem Whether this file is in a system header directory.
531 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
549 /// \param IsSystem Whether the framework directory is part of the system
555 bool IsSystem);
639 /// \param IsSystem If non-null, filled in to indicate whether the suggested
642 bool *IsSystem = nullptr);
663 bool IsSystem,
670 /// \param IsSystem Whether this is a system header directory
    [all...]
ModuleMap.h 50 /// \param IsSystem Whether this is a module map from a system include path.
52 const FileEntry &File, bool IsSystem) {}
173 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {}
176 unsigned IsSystem : 1;
408 bool IsSystem, Module *Parent);
510 /// \param IsSystem Whether this module map file is in a system header
520 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
  /external/clang/lib/Lex/
HeaderSearch.cpp 181 bool IsSystem
183 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
195 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
197 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem,
211 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem,
517 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
520 FE, FrameworkPath, RequestingModule, SuggestedModule, IsSystem))
524 SuggestedModule, IsSystem))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
ModuleMap.h 56 /// \param IsSystem Whether this is a module map from a system include path.
58 const FileEntry &File, bool IsSystem) {}
180 : IsSystem(), IsExternC(), IsExhaustive(), NoUndeclaredIncludes() {}
183 unsigned IsSystem : 1;
441 bool IsSystem, Module *Parent);
543 /// \param IsSystem Whether this module map file is in a system header
553 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
ModuleMap.h 56 /// \param IsSystem Whether this is a module map from a system include path.
58 const FileEntry &File, bool IsSystem) {}
180 : IsSystem(), IsExternC(), IsExhaustive(), NoUndeclaredIncludes() {}
183 unsigned IsSystem : 1;
441 bool IsSystem, Module *Parent);
543 /// \param IsSystem Whether this module map file is in a system header
553 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
ModuleMap.h 56 /// \param IsSystem Whether this is a module map from a system include path.
58 const FileEntry &File, bool IsSystem) {}
180 : IsSystem(), IsExternC(), IsExhaustive(), NoUndeclaredIncludes() {}
183 unsigned IsSystem : 1;
441 bool IsSystem, Module *Parent);
543 /// \param IsSystem Whether this module map file is in a system header
553 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 522 /// \param IsSystem Whether the directories we're looking at are system
525 bool IsSystem);
537 /// \param IsSystem Whether this file is in a system header directory.
540 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
571 /// \param IsSystem Whether the framework directory is part of the system
577 bool IsSystem);
661 /// \param IsSystem If non-null, filled in to indicate whether the suggested
664 bool *IsSystem = nullptr);
685 bool IsSystem,
692 /// \param IsSystem Whether this is a system header directory
    [all...]

Completed in 439 milliseconds

1 2 3