clang-tools 20.0.0git
|
#include "DontModifyStdNamespaceCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchersInternal.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::cert |
Functions | |
static const NamespaceDecl * | getTopLevelLexicalNamespaceDecl (const Decl *D) |
|
static |
Definition at line 102 of file DontModifyStdNamespaceCheck.cpp.
Referenced by clang::tidy::cert::DontModifyStdNamespaceCheck::check().