HomeSort by relevance Sort by last modified time
    Searched full:pp_unreachable (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.h 172 PP_Unreachable // #if 0 or a conditional preprocessor block inside #if 0
UnwrappedLineParser.cpp 491 if (Unreachable || (!PPStack.empty() && PPStack.back() == PP_Unreachable))
492 PPStack.push_back(PP_Unreachable);
    [all...]

Completed in 226 milliseconds