OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSystem
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Frontend/
FrontendActions.h
102
bool
IsSystem
;
115
explicit GenerateModuleAction(bool
IsSystem
= false)
116
: ASTFrontendAction(),
IsSystem
(
IsSystem
) { }
FrontendOptions.h
90
bool
IsSystem
;
94
FrontendInputFile(StringRef File, InputKind Kind, bool
IsSystem
= false)
95
: File(File.str()), Buffer(0), Kind(Kind),
IsSystem
(
IsSystem
) { }
97
bool
IsSystem
= false)
98
: Buffer(buffer), Kind(Kind),
IsSystem
(
IsSystem
) { }
101
bool
isSystem
() const { return
IsSystem
; }
/external/lzma/CPP/Windows/
FileFind.h
19
inline bool
IsSystem
(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
57
bool
IsSystem
() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); }
/external/clang/lib/Lex/
HeaderSearch.cpp
150
bool
IsSystem
152
Module = loadFrameworkModule(ModuleName, FrameworkDir,
IsSystem
);
164
bool
IsSystem
= SearchDirs[Idx].isSystemHeaderDirectory();
166
if (loadModuleMapFile(SearchDirs[Idx].getDir(),
IsSystem
)
180
if (loadModuleMapFile(NestedModuleMapDirName,
IsSystem
) == LMM_NewlyLoaded){
468
bool
IsSystem
= getDirCharacteristic() != SrcMgr::C_User;
469
if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir,
IsSystem
)) {
785
bool
IsSystem
= false;
786
if (loadFrameworkModule(ModuleName, TopFrameworkDir,
IsSystem
)) {
[
all
...]
ModuleMap.cpp
401
StringRef Name, bool &
IsSystem
) const {
419
IsSystem
= true;
444
bool
IsSystem
,
479
parseModuleMapFile(ModMapFile,
IsSystem
);
497
IsSystem
= true;
521
if (
IsSystem
)
522
Result->
IsSystem
=
IsSystem
;
581
SubframeworkDir,
IsSystem
, Result);
764
Attributes() :
IsSystem
(), IsExhaustive() {
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 636 milliseconds