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 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/
PPDirectives.cpp     [all...]

Completed in 51 milliseconds