clang-tools
4.0.0
|
#include "UseNullptrCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::modernize | |
bool CastFound |
Definition at line 156 of file UseNullptrCheck.cpp.
SourceLocation CastLoc |
Definition at line 152 of file UseNullptrCheck.cpp.
ClangTidyCheck& Check |
Definition at line 457 of file UseNullptrCheck.cpp.
ASTContext& Context |
Definition at line 455 of file UseNullptrCheck.cpp.
Expr* FirstSubExpr |
Definition at line 458 of file UseNullptrCheck.cpp.
bool InvalidFound |
Definition at line 157 of file UseNullptrCheck.cpp.
ArrayRef<StringRef> NullMacros |
Definition at line 456 of file UseNullptrCheck.cpp.
bool PruneSubtree |
Definition at line 459 of file UseNullptrCheck.cpp.
SourceManager& SM |
Definition at line 153 of file UseNullptrCheck.cpp.
bool Visited |
Definition at line 155 of file UseNullptrCheck.cpp.