|
clang
3.8.0
|
#include "ClangSACheckers.h"#include "clang/AST/StmtVisitor.h"#include "clang/Analysis/AnalysisContext.h"#include "clang/Basic/TargetInfo.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static StringRef | getCalleeName (CallExpr *CE) |
|
static |
Definition at line 85 of file ObjCContainersASTChecker.cpp.
References clang::CallExpr::getDirectCallee(), clang::NamedDecl::getIdentifier(), and clang::IdentifierInfo::getName().
1.8.6