clang-tools
3.9.0
|
#include "ForwardDeclarationNamespaceCheck.h"
#include <stack>
#include <string>
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::misc | |
Functions | |
static bool | clang::tidy::misc::haveSameNamespaceOrTranslationUnit (const CXXRecordDecl *Decl1, const CXXRecordDecl *Decl2) |
static std::string | clang::tidy::misc::getNameOfNamespace (const CXXRecordDecl *Decl) |