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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 53 /// IgnoreSysRoot - This is false if an absolute path should be treated
56 unsigned IgnoreSysRoot : 1;
59 bool ignoreSysRoot)
61 IgnoreSysRoot(ignoreSysRoot) {}
188 bool IsFramework, bool IgnoreSysRoot) {
189 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 605 milliseconds