clang
6.0.0
|
#include "ClangSACheckers.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
Go to the source code of this file.
Functions | |
static bool | isBooleanType (QualType Ty) |
Definition at line 42 of file BoolAssignmentChecker.cpp.
References clang::Type::getAs(), and clang::Type::isBooleanType().
Referenced by clang::CanProxyBase< ObjCObjectType >::getAs(), clang::MemberExpr::getLocEnd(), clang::Type::isObjectType(), and clang::StandardConversionSequence::isPointerConversionToBool().