clang-tools
5.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 | |
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 462 of file UseNullptrCheck.cpp.
ASTContext& Context |
Definition at line 460 of file UseNullptrCheck.cpp.
Expr* FirstSubExpr |
Definition at line 463 of file UseNullptrCheck.cpp.
bool InvalidFound |
Definition at line 158 of file UseNullptrCheck.cpp.
ArrayRef<StringRef> NullMacros |
Definition at line 461 of file UseNullptrCheck.cpp.
bool PruneSubtree |
Definition at line 464 of file UseNullptrCheck.cpp.
SourceManager& SM |
Definition at line 154 of file UseNullptrCheck.cpp.
bool Visited |
Definition at line 156 of file UseNullptrCheck.cpp.