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

  /external/clang/lib/Format/
ContinuationIndenter.cpp 198 if (Current.Type == TT_SelectorName &&
283 if (Current.Type == TT_SelectorName &&
378 } else if (NextNonComment->Type == TT_SelectorName) {
527 if (NextNonComment->Type == TT_SelectorName) {
600 if (Current.Type == TT_SelectorName)
    [all...]
FormatToken.h 64 TT_SelectorName,
TokenAnnotator.cpp 321 CurrentToken->getPreviousNonComment()->Type = TT_SelectorName;
395 Tok->Previous->Type = TT_SelectorName;
    [all...]

Completed in 2382 milliseconds