clang-tools  4.0.0
Namespaces | Functions
LexerUtils.h File Reference
#include "clang/AST/ASTContext.h"
#include "clang/Lex/Lexer.h"
Include dependency graph for LexerUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clang
 -rename
 
 clang::tidy
 
 clang::tidy::utils
 
 clang::tidy::utils::lexer
 

Functions

Token clang::tidy::utils::lexer::getPreviousNonCommentToken (const ASTContext &Context, SourceLocation Location)
 Returns previous non-comment token skipping over any comment text or tok::unknown if not found. More...