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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 90 bool IsSystem;
94 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
95 : File(File.str()), Buffer(0), Kind(Kind), IsSystem(IsSystem) { }
97 bool IsSystem = false)
98 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
101 bool isSystem() const { return IsSystem; }
FrontendActions.h 102 bool IsSystem;
115 explicit GenerateModuleAction(bool IsSystem = false)
116 : ASTFrontendAction(), IsSystem(IsSystem) { }
  /external/clang/lib/Lex/
HeaderSearch.cpp 150 bool IsSystem
152 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
164 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
166 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem)
180 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem) == LMM_NewlyLoaded){
468 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
469 if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
785 bool IsSystem = false;
786 if (loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
    [all...]
ModuleMap.cpp 401 StringRef Name, bool &IsSystem) const {
419 IsSystem = true;
444 bool IsSystem,
479 parseModuleMapFile(ModMapFile, IsSystem);
497 IsSystem = true;
521 if (IsSystem)
522 Result->IsSystem = IsSystem;
581 SubframeworkDir, IsSystem, Result);
764 Attributes() : IsSystem(), IsExhaustive() {
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 269 /// \param IsSystem Will be set to 'true' if the inferred module must be a
275 StringRef Name, bool &IsSystem) const;
281 bool IsSystem, Module *Parent);
340 /// \param IsSystem Whether this module map file is in a system header
344 bool parseModuleMapFile(const FileEntry *File, bool IsSystem);
HeaderSearch.h 500 /// \param IsSystem Whether the directories we're looking at are system
503 bool IsSystem);
513 /// \param IsSystem Whether this file is in a system header directory.
516 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
534 /// \param IsSystem Whether the framework directory is part of the system
540 bool IsSystem);
610 /// \param IsSystem Whether this is a system header directory.
614 LoadModuleMapResult loadModuleMapFile(StringRef DirName, bool IsSystem);
619 /// \param IsSystem Whether this is a system header directory.
624 bool IsSystem);
    [all...]
  /external/lzma/CPP/Windows/
FileFind.h 19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
57 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); }
  /external/clang/lib/Basic/
Module.cpp 29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
37 if (Parent->IsSystem)
38 IsSystem = true;
271 if (IsSystem) {
  /external/clang/include/clang/Basic/
Module.h 114 unsigned IsSystem : 1;
241 IsExplicit(false), IsSystem(false),
  /external/clang/lib/Frontend/
FrontendActions.cpp 236 if (HS.loadModuleMapFile(ModuleMap, IsSystem))
284 Module->IsSystem));
CompilerInstance.cpp 603 Kind = Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 1690 milliseconds