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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h52 bool IsSystem; member in struct:clang::tooling::dependencies::ModuleDeps
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp135 maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
169 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
209 sawDependency(StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) argument
[all...]
H A DFrontendAction.cpp428 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, argument
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h198 bool IsSystem = false; member in class:clang::FrontendInputFile
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp272 bool IsSystem local
286 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
634 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; local
1364 hasModuleMap(StringRef FileName, const DirectoryEntry *Root, bool IsSystem) argument
1517 loadModuleMapFile(const FileEntry *File, bool IsSystem, FileID ID, unsigned *Offset, StringRef OriginalModuleMapFile) argument
1566 loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset) argument
1625 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
1651 loadModuleMapFile(StringRef DirName, bool IsSystem, bool IsFramework) argument
1660 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1687 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); local
1778 suggestPathToFileForDiagnostics( const FileEntry *File, llvm::StringRef MainFile, bool *IsSystem) argument
1787 suggestPathToFileForDiagnostics( llvm::StringRef File, llvm::StringRef WorkingDir, llvm::StringRef MainFile, bool *IsSystem) argument
[all...]
H A DModuleMap.cpp1436 bool IsSystem; member in class:clang::ModuleMapParser
930 inferFrameworkModule(const DirectoryEntry *FrameworkDir, bool IsSystem, Module *Parent) argument
1496 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, bool IsSystem) argument
2997 parseModuleMapFile(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset, SourceLocation ExternModuleLoc) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2667 bool IsSystem = I >= NumUserInputs; local
5511 bool IsSystem = Record[Idx++]; local
501 checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool IsSystem, bool Complain) argument
[all...]

Completed in 311 milliseconds