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
   39   assert(Loc.isValid());
   41     while (isWhitespace(*SM.getCharacterData(Loc)))
   42       Loc = Loc.getLocWithOffset(1);
   42       Loc = Loc.getLocWithOffset(1);
   44     tok::TokenKind TokKind = getTokenKind(Loc, SM, Context);
   46       return Loc;
   49     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   49     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());