|
clang-tools 22.0.0git
|
#include "BracesAroundStatementsCheck.h"#include "../utils/BracesAroundStatement.h"#include "../utils/LexerUtils.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/Lex/Lexer.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::readability |
Functions | |
| static tok::TokenKind | clang::tidy::readability::getTokenKind (SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) |
| static SourceLocation | clang::tidy::readability::forwardSkipWhitespaceAndComments (SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) |