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 103 bool IsAllowRedefinitionsWithoutWarning : 1;
151 /// \brief Set the value of the IsAllowRedefinitionsWithoutWarning flag.
153 IsAllowRedefinitionsWithoutWarning = Val;
222 bool isAllowRedefinitionsWithoutWarning() const {
223 return IsAllowRedefinitionsWithoutWarning;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 876 milliseconds