clang
3.9.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/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
Go to the source code of this file.
Functions | |
static bool | hasDefinition (const ObjCObjectPointerType *ObjPtr) |
|
static |
Definition at line 154 of file DynamicTypeChecker.cpp.
References clang::ObjCInterfaceDecl::getDefinition(), and clang::ObjCObjectPointerType::getInterfaceDecl().
Referenced by clang::Sema::BuildCXXNestedNameSpecifier(), clang::TagDecl::completeDefinition(), and clang::Sema::HandleDeclarator().