HomeSort by relevance Sort by last modified time
    Searched defs:IsSystem (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
HeaderSearch.cpp 150 bool IsSystem
152 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
451 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
452 if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
768 bool IsSystem = false;
769 if (loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) {
    [all...]
ModuleMap.cpp 352 StringRef Name, bool &IsSystem) const {
370 IsSystem = true;
395 bool IsSystem,
448 IsSystem = true;
473 if (IsSystem)
474 Result->IsSystem = IsSystem;
533 SubframeworkDir, IsSystem, Result);
690 Attributes() : IsSystem() { }
693 unsigned IsSystem : 1
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 89 bool IsSystem;
93 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
94 : File(File.str()), Buffer(0), Kind(Kind), IsSystem(IsSystem) { }
96 bool IsSystem = false)
97 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
100 bool isSystem() const { return IsSystem; }
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 237 milliseconds