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

  /external/clang/lib/Format/
FormatToken.h 30 TT_AttributeParen,
TokenAnnotator.cpp 129 Left->Type = TT_AttributeParen;
186 if (Left->Type == TT_AttributeParen)
187 CurrentToken->Type = TT_AttributeParen;
    [all...]
ContinuationIndenter.cpp 522 PreviousNonComment->Type == TT_AttributeParen)) ||
    [all...]

Completed in 37 milliseconds