HomeSort by relevance Sort by last modified time
    Searched refs:TT_ConditionalExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
FormatToken.h 29 TT_ConditionalExpr,
TokenAnnotator.cpp 278 CurrentToken->Type = TT_ConditionalExpr;
860 if (Current->Type == TT_ConditionalExpr)
913 if (!Current || Current->Type != TT_ConditionalExpr)
    [all...]
Format.cpp 619 } else if (Current.Type == TT_ConditionalExpr) {
761 Previous.Type == TT_ConditionalExpr ||
    [all...]

Completed in 24 milliseconds