OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSystem
(Results
1 - 3
of
3
) 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/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/include/clang/Basic/
SourceManager.h
87
inline bool
isSystem
(CharacteristicKind CK) {
1486
return
isSystem
(getFileCharacteristic(Loc));
Completed in 74 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026