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

References

tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
   57       Lexer::GetBeginningOfToken(LastTokenLoc, SM, Context->getLangOpts());
   62   tok::TokenKind TokKind = getTokenKind(Loc, SM, Context);
   70   Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   73     Loc = forwardSkipWhitespaceAndComments(Loc, SM, Context);
   74     tok::TokenKind TokKind = getTokenKind(Loc, SM, Context);
   76       Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   81     while (isHorizontalWhitespace(*SM.getCharacterData(Loc))) {
   85     if (isVerticalWhitespace(*SM.getCharacterData(Loc))) {
   89     tok::TokenKind TokKind = getTokenKind(Loc, SM, Context);
   96         Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   99         CharSourceRange::getTokenRange(TokRange), SM, Context->getLangOpts());