|
clang-tools 22.0.0git
|
#include "RedundantInlineSpecifierCheck.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/ExprCXX.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Lex/Token.h"#include "../utils/LexerUtils.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 SourceLocation | clang::tidy::readability::getInlineTokenLocation (SourceRange RangeLocation, const SourceManager &Sources, const LangOptions &LangOpts) |