Searched refs:IsSystem (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/Frontend/
H A DFrontendOptions.h83 bool IsSystem; member in struct:clang::FrontendInputFile
86 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
87 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
/external/clang/lib/Basic/
H A DModule.cpp28 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
35 if (Parent->IsSystem)
36 IsSystem = true;
186 if (IsSystem) {
/external/clang/include/clang/Basic/
H A DModule.h93 unsigned IsSystem : 1;
163 IsExplicit(false), IsSystem(false),
/external/clang/include/clang/Lex/
H A DModuleMap.h178 bool IsSystem, Module *Parent);
H A DHeaderSearch.h480 /// \param IsSystem Whether the framework directory is part of the system
486 bool IsSystem);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp145 bool IsSystem local
147 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
342 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; local
343 Module = HS.loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
881 bool IsSystem) {
931 IsSystem,
1008 bool IsSystem = SearchDirs[Idx].getDirCharacteristic() != SrcMgr::C_User; local
1020 IsSystem);
879 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
H A DModuleMap.cpp293 bool IsSystem,
315 if (IsSystem)
316 Result->IsSystem = IsSystem;
351 IsSystem, Result);
845 bool IsSystem = false; local
871 IsSystem = true;
928 if (IsSystem)
929 ActiveModule->IsSystem = true;
1128 if (ActiveModule->IsSystem
291 inferFrameworkModule(StringRef ModuleName, const DirectoryEntry *FrameworkDir, bool IsSystem, Module *Parent) argument
[all...]
/external/clang/lib/Frontend/
H A DFrontendActions.cpp266 Module->IsSystem));
324 Module->IsSystem));
H A DFrontendAction.cpp329 getCurrentInput().IsSystem
/external/clang/lib/Serialization/
H A DASTReader.cpp3141 bool IsSystem = Record[4]; local
3163 CurrentModule->IsSystem = IsSystem || CurrentModule->IsSystem;
H A DASTWriter.cpp1921 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsSystem
1974 Record.push_back(Mod->IsSystem);

Completed in 197 milliseconds