HomeSort by relevance Sort by last modified time
    Searched full:isallowredefinitionswithoutwarning (Results 1 - 3 of 3) 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/
MacroInfo.cpp 27 IsAllowRedefinitionsWithoutWarning = false;
48 IsAllowRedefinitionsWithoutWarning = MI.IsAllowRedefinitionsWithoutWarning;
PPDirectives.cpp     [all...]

Completed in 48 milliseconds