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

  /external/clang/lib/Format/
FormatToken.h 47 TT_InheritanceColon,
ContinuationIndenter.cpp 324 else if (Previous.Type == TT_InheritanceColon) {
575 if (Current.Type == TT_InheritanceColon)
    [all...]
TokenAnnotator.cpp 408 Tok->Type = TT_InheritanceColon;
    [all...]

Completed in 36 milliseconds