clang-tools
8.0.0
|
Namespaces | |
build | |
objc | |
readability | |
runtime | |
Classes | |
class | DefaultArgumentsCheck |
Checks that default parameters are not given for virtual methods. More... | |
class | ExplicitConstructorCheck |
Checks that all single-argument constructors are explicit. More... | |
class | GoogleModule |
Functions | |
static SourceRange | FindToken (const SourceManager &Sources, const LangOptions &LangOpts, SourceLocation StartLoc, SourceLocation EndLoc, bool(*Pred)(const Token &)) |
static bool | declIsStdInitializerList (const NamedDecl *D) |
static bool | isStdInitializerList (QualType Type) |
static ClangTidyModuleRegistry::Add< GoogleModule > | X ("google-module", "Adds Google lint checks.") |
|
static |
Definition at line 67 of file ExplicitConstructorCheck.cpp.
Referenced by isStdInitializerList().
|
static |
Definition at line 43 of file ExplicitConstructorCheck.cpp.
|
static |
Definition at line 74 of file ExplicitConstructorCheck.cpp.
References declIsStdInitializerList().
Referenced by clang::tidy::google::ExplicitConstructorCheck::check().
|
static |