HomeSort by: relevance | last modified time | path
    Searched defs:IsSystem (Results 1 - 7 of 7) 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/Tooling/DependencyScanning/
ModuleDepCollector.h 52 bool IsSystem;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
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/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; }
  /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...]
  /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...]

Completed in 27 milliseconds