|
clang-tools 22.0.0git
|
#include "CoroutineHostileRAIICheck.h"#include "../utils/OptionsUtils.h"#include "clang/AST/Attr.h"#include "clang/AST/Decl.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/Stmt.h"#include "clang/AST/Type.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/ASTMatchers/ASTMatchersInternal.h"#include "clang/Basic/AttrKinds.h"#include "clang/Basic/DiagnosticIDs.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::misc |
Functions | |
| static auto | clang::tidy::misc::typeWithNameIn (const std::vector< StringRef > &Names) |