HomeSort by: relevance | last modified time | path
    Searched defs:Excluded (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 102 bool Excluded = false;
105 Excluded = true;
109 if (!Excluded) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 297 Optional<std::vector<SectionHeader>> Excluded;
308 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 276 // Ignore missing excluded header files. They're optional anyway.
488 bool Excluded = false;
513 Excluded = true;
530 if (Excluded || isHeaderInUmbrellaDirs(File))
1169 // FIXME: Add support for lazily stat'ing umbrella headers and excluded
1451 /// Whether a module uses the 'requires excluded' hack to mark its
1454 /// On older Darwin SDK versions, 'requires excluded' is used to mark the
1455 /// contents of the Darwin.C.excluded (assert.h) and Tcl.Private modules as
2189 /// 1. The use of 'requires excluded' to make headers non-modular, which
2191 /// drop the 'excluded' requirement, and set \p IsRequiresExcludedHack t
    [all...]

Completed in 34 milliseconds