|
clang-tools 22.0.0git
|
#include "NamespaceCommentCheck.h"#include "../utils/LexerUtils.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/TokenKinds.h"#include "clang/Lex/Lexer.h"#include <optional>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 bool | clang::tidy::readability::locationsInSameFile (const SourceManager &Sources, SourceLocation Loc1, SourceLocation Loc2) |
| static std::optional< std::string > | clang::tidy::readability::getNamespaceNameAsWritten (SourceLocation &Loc, const SourceManager &Sources, const LangOptions &LangOpts) |