Home
last modified time | relevance | path

Searched defs:isSystem (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h39 bool isSystem() const { return IsSystem; } in isSystem() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h253 bool isSystem() const { return IsSystem; } in isSystem() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp132 bool isSystem, bool isOverridden, in visitInputFile()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h234 virtual bool visitInputFile(StringRef Filename, bool isSystem, in visitInputFile()
246 bool isSystem, bool isOverridden, in visitInputFile()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h90 inline bool isSystem(CharacteristicKind CK) { in isSystem() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp798 bool isSystem, bool isOverridden, in visitInputFile()
/freebsd/contrib/bmake/
H A Dparse.c1304 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) in IncludeFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp241 bool isSystem, in visitInputFile()