clang-tools
4.0.0
|
#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 | |
clang | |
-rename | |
clang::tidy | |
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) |