|
clang-tools 22.0.0git
|
#include "MisleadingIndentationCheck.h"#include "../utils/LexerUtils.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.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 const IfStmt * | clang::tidy::readability::getPrecedingIf (const SourceManager &SM, ASTContext *Context, const IfStmt *If) |
| static bool | clang::tidy::readability::isAtStartOfLineIncludingEmptyMacro (SourceLocation NextLoc, const SourceManager &SM, const LangOptions &LangOpts) |