clang-tools
3.9.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 157 of file UseNullptrCheck.cpp.
SourceLocation CastLoc |
Definition at line 153 of file UseNullptrCheck.cpp.
ClangTidyCheck& Check |
Definition at line 450 of file UseNullptrCheck.cpp.
ASTContext& Context |
Definition at line 448 of file UseNullptrCheck.cpp.
Expr* FirstSubExpr |
Definition at line 451 of file UseNullptrCheck.cpp.
bool InvalidFound |
Definition at line 158 of file UseNullptrCheck.cpp.
ArrayRef<StringRef> NullMacros |
Definition at line 449 of file UseNullptrCheck.cpp.
bool PruneSubtree |
Definition at line 452 of file UseNullptrCheck.cpp.
SourceManager& SM |
Definition at line 154 of file UseNullptrCheck.cpp.
bool Visited |
Definition at line 156 of file UseNullptrCheck.cpp.