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

/external/clang/include/clang/Frontend/
H A DFrontendOptions.h90 bool IsSystem; member in class:clang::FrontendInputFile
94 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
95 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
97 bool IsSystem = false)
98 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
101 bool isSystem() const { return IsSystem; }
H A DFrontendActions.h98 bool IsSystem; member in class:clang::GenerateModuleAction
112 bool IsSystem = false)
113 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem)
H A DUtils.h88 bool IsSystem, bool IsModuleFile, bool IsMissing);
98 void maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem,
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_view.h34 bool IsSystem() const { return type_ == TYPE_SYSTEM; } function in class:crazy::LibraryView
54 void* GetSystem() { return IsSystem() ? system_ : NULL; }
H A Dcrazy_linker_wrappers.cpp132 if (wrap_lib->IsSystem()) {
200 if (wrap_lib->IsSystem() || wrap_lib->IsCrazy()) {
H A Dcrazy_linker_library_list.cpp100 } else if (lib->IsSystem()) {
184 if (!wrap->IsSystem() && !wrap->IsCrazy())
H A Dcrazy_linker_shared_library.cpp124 if (wrap->IsSystem()) {
/external/clang/lib/Frontend/
H A DDependencyFile.cpp74 /*IsSystem*/false, /*IsModuleFile*/false,
93 /*IsSystem*/false, /*IsModuleFile*/true,
96 bool visitInputFile(StringRef Filename, bool IsSystem,
101 DepCollector.maybeAddDependency(Filename, /*FromModule*/true, IsSystem,
109 bool IsSystem, bool IsModuleFile,
112 sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing))
117 bool IsSystem, bool IsModuleFile,
119 return Filename != "<built-in>" && (needSystemDependencies() || !IsSystem);
365 bool IsSystem, bool IsOverridden) {
366 assert(!IsSystem || needsSystemInputFileVisitatio
108 maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
116 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
364 visitInputFile(llvm::StringRef Filename, bool IsSystem, bool IsOverridden) argument
[all...]
H A DModuleDependencyCollector.cpp35 bool visitInputFile(StringRef Filename, bool IsSystem,
110 bool ModuleDependencyListener::visitInputFile(StringRef Filename, bool IsSystem, argument
H A DFrontendActions.cpp255 if (HS.loadModuleMapFile(ModuleMap, IsSystem))
334 Module->IsSystem));
H A DCompilerInstance.cpp962 GenerateModuleAction CreateModuleAction(Module->ModuleMap, Module->IsSystem);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp163 bool IsSystem local
165 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
177 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
179 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem,
193 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem,
518 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; local
519 if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
583 loadModuleMapFile(File, /*IsSystem=*/false);
931 bool IsSystem = false; local
932 if (loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
1090 hasModuleMap(StringRef FileName, const DirectoryEntry *Root, bool IsSystem) argument
1159 loadModuleMapFile(const FileEntry *File, bool IsSystem) argument
1172 loadModuleMapFileImpl(const FileEntry *File, bool IsSystem) argument
1216 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
1242 loadModuleMapFile(StringRef DirName, bool IsSystem, bool IsFramework) argument
1251 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1274 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
[all...]
H A DModuleMap.cpp563 StringRef Name, bool &IsSystem) const {
581 IsSystem = true;
606 bool IsSystem,
642 parseModuleMapFile(ModMapFile, IsSystem);
660 IsSystem = true;
690 if (IsSystem)
691 Result->IsSystem = IsSystem;
748 SubframeworkDir, IsSystem, Result);
954 Attributes() : IsSystem(), IsExtern
604 inferFrameworkModule(StringRef ModuleName, const DirectoryEntry *FrameworkDir, bool IsSystem, Module *Parent) argument
957 unsigned IsSystem : 1; member in struct:clang::Attributes
988 bool IsSystem; member in class:clang::ModuleMapParser
1027 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, const DirectoryEntry *BuiltinIncludeDir, bool IsSystem) argument
2253 parseModuleMapFile(const FileEntry *File, bool IsSystem) argument
[all...]
/external/clang/include/clang/Lex/
H A DModuleMap.h331 /// \param IsSystem Will be set to 'true' if the inferred module must be a
337 StringRef Name, bool &IsSystem) const;
343 bool IsSystem, Module *Parent);
412 /// \param IsSystem Whether this module map file is in a system header
416 bool parseModuleMapFile(const FileEntry *File, bool IsSystem);
H A DHeaderSearch.h530 /// \param IsSystem Whether the directories we're looking at are system
533 bool IsSystem);
543 /// \param IsSystem Whether this file is in a system header directory.
546 bool loadModuleMapFile(const FileEntry *File, bool IsSystem);
564 /// \param IsSystem Whether the framework directory is part of the system
570 bool IsSystem);
641 bool IsSystem);
647 /// \param IsSystem Whether this is a system header directory.
652 LoadModuleMapResult loadModuleMapFile(StringRef DirName, bool IsSystem,
658 /// \param IsSystem Whethe
[all...]
/external/lzma/CPP/Windows/
H A DFileFind.h19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } function in namespace:NWindows::NFile::NFind::NAttributes
57 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/clang/lib/Basic/
H A DModule.cpp32 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
39 if (Parent->IsSystem)
40 IsSystem = true;
296 if (IsSystem) {
/external/clang/include/clang/Basic/
H A DModule.h146 unsigned IsSystem : 1;
/external/clang/lib/Serialization/
H A DASTReader.cpp340 bool IsSystem, bool Complain) {
342 if (IsSystem) {
410 return checkDiagnosticMappings(*Diags, ExistingDiags, M->IsSystem, Complain);
1869 = PrevOwner? PrevOwner->IsSystem
1872 = NewOwner? NewOwner->IsSystem
2274 bool IsSystem = I >= NumUserInputs; local
2276 Listener->visitInputFile(FI.Filename, IsSystem, FI.Overridden);
4243 bool IsSystem = Record[Idx++]; local
4289 CurrentModule->IsSystem = IsSystem || CurrentModul
338 checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool IsSystem, bool Complain) argument
[all...]
H A DASTWriter.cpp2275 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsSystem
2363 Record.push_back(Mod->IsSystem);
/external/clang/tools/libclang/
H A DCIndex.cpp6468 return Mod->IsSystem;

Completed in 3254 milliseconds