clang-tools
6.0.0
|
#include "NamespaceCommentCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/StringExtras.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::readability | |
Functions | |
static bool | clang::tidy::readability::locationsInSameFile (const SourceManager &Sources, SourceLocation Loc1, SourceLocation Loc2) |
static std::string | clang::tidy::readability::getNamespaceComment (const NamespaceDecl *ND, bool InsertLineBreak) |