HomeSort by: relevance | last modified time | path
    Searched refs:isAllowRedefinitionsWithoutWarning (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 109 bool IsAllowRedefinitionsWithoutWarning : 1;
154 /// Set the value of the IsAllowRedefinitionsWithoutWarning flag.
156 IsAllowRedefinitionsWithoutWarning = Val;
225 bool isAllowRedefinitionsWithoutWarning() const {
226 return IsAllowRedefinitionsWithoutWarning;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 2867 else if (!OtherMI->isAllowRedefinitionsWithoutWarning() &&

Completed in 46 milliseconds