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

References

tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
   77   while (Loc < Range.getEnd()) {
   78     if (Loc.isMacroID())
   81     llvm::Optional<Token> Tok = Lexer::findNextToken(Loc, SM, LangOpts);
   89     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts).getLocWithOffset(1);
   89     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts).getLocWithOffset(1);