clang-tools 19.0.0git
Namespaces | Functions
ExplicitConstructorCheck.cpp File Reference
#include "ExplicitConstructorCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::google
 

Functions

static SourceRange clang::tidy::google::findToken (const SourceManager &Sources, const LangOptions &LangOpts, SourceLocation StartLoc, SourceLocation EndLoc, bool(*Pred)(const Token &))
 
static bool clang::tidy::google::declIsStdInitializerList (const NamedDecl *D)
 
static bool clang::tidy::google::isStdInitializerList (QualType Type)