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 99 bool IsAllowRedefinitionsWithoutWarning : 1;
168 /// \brief Set the value of the IsAllowRedefinitionsWithoutWarning flag.
170 IsAllowRedefinitionsWithoutWarning = Val;
237 bool isAllowRedefinitionsWithoutWarning() const {
238 return IsAllowRedefinitionsWithoutWarning;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 59 milliseconds