reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1211 if (Current.Role) 1212 Current.Role->formatFromToken(State, this, DryRun); 1218 if (Previous && Previous->Role) 1219 Penalty += Previous->Role->formatAfterToken(State, this, DryRun);tools/clang/lib/Format/TokenAnnotator.cpp
718 if (!Left->Role) 719 Left->Role.reset(new CommaSeparatedList(Style)); 720 Left->Role->CommaFound(Current); 1233 CurrentToken->Role.reset(); 2282 if (Current->Role) 2283 Current->Role->precomputeFormattingInfos(Current); 3247 if (!Left.Role) 3249 auto Comma = Left.Role->lastComma();tools/clang/lib/Format/TokenAnnotator.h
79 Current->Role.reset();