Searched defs:IsSystem (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h29 bool IsSystem; member in class:clang::index::FileIndexRecord
33 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp140 maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
162 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
202 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
[all...]
H A DFrontendAction.cpp416 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h232 unsigned IsSystem : 1; member in struct:clang::ModuleMap::Attributes
59 moduleMapFileRead(SourceLocation FileStart, const FileEntry &File, bool IsSystem) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h197 bool IsSystem = false; member in class:clang::FrontendInputFile
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp246 bool IsSystem local
260 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
608 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; local
1343 hasModuleMap(StringRef FileName, const DirectoryEntry *Root, bool IsSystem) argument
1475 loadModuleMapFile(const FileEntry *File, bool IsSystem, FileID ID, unsigned *Offset, StringRef OriginalModuleMapFile) argument
1524 loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset) argument
1573 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
1599 loadModuleMapFile(StringRef DirName, bool IsSystem, bool IsFramework) argument
1608 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1635 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
1726 suggestPathToFileForDiagnostics( const FileEntry *File, llvm::StringRef MainFile, bool *IsSystem) argument
1735 suggestPathToFileForDiagnostics( llvm::StringRef File, llvm::StringRef WorkingDir, llvm::StringRef MainFile, bool *IsSystem) argument
[all...]
H A DModuleMap.cpp1402 bool IsSystem; member in class:clang::ModuleMapParser
909 inferFrameworkModule(const DirectoryEntry *FrameworkDir, bool IsSystem, Module *Parent) argument
1462 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, bool IsSystem) argument
2964 parseModuleMapFile(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset, SourceLocation ExternModuleLoc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2649 bool IsSystem = I >= NumUserInputs; local
5461 bool IsSystem = Record[Idx++]; local
496 checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool IsSystem, bool Complain) argument
[all...]

Completed in 201 milliseconds