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

  /external/clang/include/clang/Lex/
MacroInfo.h 87 bool IsAllowRedefinitionsWithoutWarning : 1;
149 /// IsAllowRedefinitionsWithoutWarning flag.
151 IsAllowRedefinitionsWithoutWarning = Val;
216 /// isAllowRedefinitionsWithoutWarning - Return true if this macro can be
218 bool isAllowRedefinitionsWithoutWarning() const {
219 return IsAllowRedefinitionsWithoutWarning;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 133 milliseconds