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 96 bool IsAllowRedefinitionsWithoutWarning : 1;
161 /// IsAllowRedefinitionsWithoutWarning flag.
163 IsAllowRedefinitionsWithoutWarning = Val;
236 /// isAllowRedefinitionsWithoutWarning - Return true if this macro can be
238 bool isAllowRedefinitionsWithoutWarning() const {
239 return IsAllowRedefinitionsWithoutWarning;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 310 milliseconds