reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2006        I != E; ++I) {
 2006        I != E; ++I) {
 2008     for (const FormatToken *Tok = (*I)->First; Tok; Tok = Tok->Next) {
 2020             (*I)->First->OriginalColumn) {
 2024       (*I)->Level =
 2031       NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr;
 2031       NextNonCommentLine = (*I)->First->isNot(tok::r_brace) ? (*I) : nullptr;
 2034     setCommentLineLevels((*I)->Children);