Home
last modified time | relevance | path

Searched defs:IsSystem (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang/lib/Index/
DFileIndexRecord.h29 bool IsSystem; variable
33 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} in FileIndexRecord()
/external/clang/lib/Lex/
DHeaderSearch.cpp181 bool IsSystem in lookupModule() local
195 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local
517 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1096 bool IsSystem) { in hasModuleMap()
1201 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem) { in loadModuleMapFile()
1232 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl()
1280 bool IsSystem) { in loadFrameworkModule()
1305 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1314 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, in loadModuleMapFile()
1341 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in collectAllModules() local
[all …]
DModuleMap.cpp588 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1029 bool IsSystem; member in clang::ModuleMapParser
1087 bool IsSystem) in ModuleMapParser()
2440 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp272 bool IsSystem in lookupModule() local
286 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local
634 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1366 bool IsSystem) { in hasModuleMap()
1517 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem, in loadModuleMapFile()
1566 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl()
1627 bool IsSystem) { in loadFrameworkModule()
1651 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1660 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, in loadModuleMapFile()
1687 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in collectAllModules() local
[all …]
DModuleMap.cpp930 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1427 bool IsSystem; member in clang::ModuleMapParser
1490 const DirectoryEntry *Directory, bool IsSystem) in ModuleMapParser()
2987 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp136 bool FromModule, bool IsSystem, in maybeAddDependency()
159 bool IsSystem, bool IsModuleFile, in sawDependency()
199 bool IsSystem, bool IsModuleFile, in sawDependency()
DModuleDependencyCollector.cpp34 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
DFrontendAction.cpp426 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild()
DCompilerInvocation.cpp2180 bool IsSystem = false; in ParseFrontendArgs() local
/external/clang/lib/Frontend/
DDependencyFile.cpp119 bool IsSystem, bool IsModuleFile, in maybeAddDependency()
134 bool IsSystem, bool IsModuleFile, in sawDependency()
208 bool IsSystem) override { in moduleMapFileRead()
462 bool IsSystem, bool IsOverridden, in visitInputFile()
DModuleDependencyCollector.cpp35 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
/external/lzma/CPP/Windows/
DFileFind.h17 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } in IsSystem() function
59 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); } in IsSystem() function
/external/clang/include/clang/Frontend/
DFrontendActions.h96 bool IsSystem; variable
DFrontendOptions.h94 bool IsSystem; variable
/external/clang/include/clang/Lex/
DModuleMap.h52 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead()
176 unsigned IsSystem : 1; member
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h60 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead()
232 unsigned IsSystem : 1; member
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java124 boolean IsSystem() { in IsSystem() method in LoadedArsc
811 boolean IsSystem() { in IsSystem() method in LoadedArsc.LoadedPackage
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp234 bool IsSystem = false; in calculateIncludePath() local
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp316 bool IsSystem = false; in minimizeInclude() local
/external/clang/include/clang/Basic/
DModule.h173 unsigned IsSystem : 1; variable
/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h197 bool IsSystem = false; variable
/external/llvm-project/clang/include/clang/Basic/
DModule.h268 unsigned IsSystem : 1; variable
/external/clang/lib/Serialization/
DASTReader.cpp384 bool IsSystem, bool Complain) { in checkDiagnosticMappings()
2224 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
4474 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp502 bool IsSystem, bool Complain) { in checkDiagnosticMappings()
2635 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
5486 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
9263 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp9271 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()
9333 bool IsSystem) { in CodeCompleteIncludedFile()

12