10 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_UTILS_LEXER_UTILS_H
11 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_UTILS_LEXER_UTILS_H
13 #include "clang/AST/ASTContext.h"
14 #include "clang/Lex/Lexer.h"
18 namespace lexer_utils {
29 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_UTILS_LEXER_UTILS_H
Token getPreviousNonCommentToken(const ASTContext &Context, SourceLocation Location)
ClangTidyContext & Context