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 86 bool IsAllowRedefinitionsWithoutWarning : 1;
148 /// IsAllowRedefinitionsWithoutWarning flag.
150 IsAllowRedefinitionsWithoutWarning = Val;
212 /// isAllowRedefinitionsWithoutWarning - Return true if this macro can be
214 bool isAllowRedefinitionsWithoutWarning() const {
215 return IsAllowRedefinitionsWithoutWarning;
  /external/clang/lib/Lex/
MacroInfo.cpp 30 IsAllowRedefinitionsWithoutWarning(false),
PPDirectives.cpp     [all...]

Completed in 207 milliseconds