HomeSort by: relevance | last modified time | path
    Searched refs:IsSystem (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
FileIndexRecord.h 29 bool IsSystem;
33 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {}
40 bool isSystem() const { return IsSystem; }
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendOptions.h 198 bool IsSystem = false;
202 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
203 : File(File.str()), Kind(Kind), IsSystem(IsSystem) {}
205 bool IsSystem = false)
206 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) {}
209 bool isSystem() const { return IsSystem; }
Utils.h 90 bool IsSystem, bool IsModuleFile, bool IsMissing);
101 bool IsSystem, bool IsModuleFile,
128 bool sawDependency(StringRef Filename, bool FromModule, bool IsSystem,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DependencyFile.cpp 53 /*FromModule*/ false, isSystem(FileType), /*IsModuleFile*/ false,
62 /*IsSystem=*/isSystem(FileType),
75 /*IsSystem*/false, /*IsModuleFile*/false,
88 /*IsSystem=*/isSystem(FileType),
101 bool IsSystem) override {
104 /*IsSystem*/IsSystem,
120 /*IsSystem*/false, /*IsModuleFile*/true
    [all...]
ModuleDependencyCollector.cpp 34 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden,
FrontendAction.cpp 428 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem,
450 if (HS.loadModuleMapFile(ModuleMap, IsSystem, ModuleMapID, &Offset,
777 if (loadModuleMapForModuleBuild(CI, Input.isSystem(),
798 auto Kind = CurrentModule->IsSystem ? SrcMgr::C_System : SrcMgr::C_User;
814 *File, /*IsSystem*/false);
CompilerInstance.cpp 888 ? Input.isSystem() ? SrcMgr::C_System_ModuleMap
890 : Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User;
1210 FrontendInputFile(ModuleMapFile->getName(), IK, +Module->IsSystem),
1228 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem),
CompilerInvocation.cpp 2785 bool IsSystem = false;
2791 IsSystem = Opts.IsSystemModule;
2794 Opts.Inputs.emplace_back(std::move(Inputs[i]), IK, IsSystem);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 575 /// \param IsSystem Whether the directories we're looking at are system
578 bool IsSystem);
596 /// \param IsSystem Whether this file is in a system header directory.
606 bool loadModuleMapFile(const FileEntry *File, bool IsSystem,
658 /// \param IsSystem Whether the framework directory is part of the system
664 bool IsSystem);
756 /// \param IsSystem If non-null, filled in to indicate whether the suggested
760 bool *IsSystem = nullptr);
774 bool *IsSystem = nullptr);
798 bool IsSystem,
    [all...]
ModuleMap.h 58 /// \param IsSystem Whether this is a module map from a system include path.
60 const FileEntry &File, bool IsSystem) {}
232 unsigned IsSystem : 1;
245 : IsSystem(false), IsExternC(false), IsExhaustive(false),
564 bool IsSystem, Module *Parent);
674 /// \param IsSystem Whether this module map file is in a system header
689 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 272 bool IsSystem
274 Module = loadFrameworkModule(ModuleName, *FrameworkDir, IsSystem);
286 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
288 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem,
302 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem,
634 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
638 SuggestedModule, IsSystem))
643 IsSystem))
1146 /*IsSystem*/ false))
1366 bool IsSystem) {
    [all...]
ModuleMap.cpp 294 Mod->isPartOfFramework() || !Mod->IsSystem || Header.IsUmbrella ||
931 bool IsSystem, Module *Parent) {
933 Attrs.IsSystem = IsSystem;
979 parseModuleMapFile(ModMapFile, Attrs.IsSystem, *ParentDir);
996 Attrs.IsSystem |= inferred->second.Attrs.IsSystem;
1036 Result->IsSystem |= Attrs.IsSystem;
1436 bool IsSystem;
    [all...]
PPMacroExpansion.cpp 254 IsSystemMacro &= Active->getOwningModule()->IsSystem ||
PPDirectives.cpp 779 BuildSystemModule = getCurrentModule()->IsSystem;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 33 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem;
182 MD.IsSystem = M->IsSystem;
193 *MF, true, true, [&](const serialization::InputFile &IF, bool isSystem) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 43 IsSystem(false), IsExternC(false), IsInferred(false),
51 IsSystem = Parent->IsSystem;
442 if (IsSystem || IsExternC) {
444 if (IsSystem)
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 52 bool IsSystem;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 271 unsigned IsSystem : 1;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 5355 bool IsSystem = false;
5357 E, IncludingFile, &IsSystem);
5358 return (IsSystem ? '<' : '"') + Path + (IsSystem ? '>' : '"');
SemaCodeComplete.cpp 9432 bool IsSystem,
9477 if (!IsSystem) {
9495 bool IsSystem) {
9501 AddFilesFromIncludeDir(IncludeDir.getDir()->getName(), IsSystem,
9505 AddFilesFromIncludeDir(IncludeDir.getFrameworkDir()->getName(), IsSystem,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 238 bool isSystem,
243 (!isSystem || First->needsSystemInputFileVisitation()))
244 Continue |= First->visitInputFile(Filename, isSystem, isOverridden,
247 (!isSystem || Second->needsSystemInputFileVisitation()))
248 Continue |= Second->visitInputFile(Filename, isSystem, isOverridden,
503 bool IsSystem, bool Complain) {
505 if (IsSystem) {
582 return checkDiagnosticMappings(*Diags, ExistingDiags, TopM->IsSystem,
1549 SourceMgr.getOrCreateContentCache(*File, isSystem(FileCharacter));
2667 bool IsSystem = I >= NumUserInputs
    [all...]
ASTWriter.cpp 1463 Entry.IsSystemFile = isSystem(File.getFileCharacteristic());
2531 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsSystem
2637 Mod->IsSystem,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8485 return Mod->IsSystem;

Completed in 120 milliseconds