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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp140 maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
163 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
203 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
[all...]
H A DFrontendAction.cpp427 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, argument
H A DCompilerInvocation.cpp2087 bool IsSystem = false; local
2096 Opts.Inputs.emplace_back(std::move(Inputs[i]), IK, IsSystem); local
/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h197 bool IsSystem = false; member in class:clang::FrontendInputFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp247 bool IsSystem local
261 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
609 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; local
1344 hasModuleMap(StringRef FileName, const DirectoryEntry *Root, bool IsSystem) argument
1497 loadModuleMapFile(const FileEntry *File, bool IsSystem, FileID ID, unsigned *Offset, StringRef OriginalModuleMapFile) argument
1546 loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset) argument
1605 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
1631 loadModuleMapFile(StringRef DirName, bool IsSystem, bool IsFramework) argument
1640 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1667 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
1758 suggestPathToFileForDiagnostics( const FileEntry *File, llvm::StringRef MainFile, bool *IsSystem) argument
1767 suggestPathToFileForDiagnostics( llvm::StringRef File, llvm::StringRef WorkingDir, llvm::StringRef MainFile, bool *IsSystem) argument
[all...]
H A DModuleMap.cpp1429 bool IsSystem; member in class:clang::ModuleMapParser
929 inferFrameworkModule(const DirectoryEntry *FrameworkDir, bool IsSystem, Module *Parent) argument
1489 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, bool IsSystem) argument
2991 parseModuleMapFile(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset, SourceLocation ExternModuleLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2649 bool IsSystem = I >= NumUserInputs; local
5500 bool IsSystem = Record[Idx++]; local
498 checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool IsSystem, bool Complain) argument
[all...]

Completed in 380 milliseconds