HomeSort by relevance Sort by last modified time
    Searched refs:getCalleeDecl (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 35 const FunctionDecl *FD = C.getCalleeDecl(CE);
ChrootChecker.cpp 65 const FunctionDecl *FD = C.getCalleeDecl(CE);
125 const FunctionDecl *FD = C.getCalleeDecl(CE);
GenericTaintChecker.cpp 301 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
408 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
609 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
BasicObjCFoundationChecks.cpp 254 const FunctionDecl *FD = C.getCalleeDecl(CE);
366 const FunctionDecl *FD = C.getCalleeDecl(CE);
MallocChecker.cpp 360 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
StreamChecker.cpp 118 const FunctionDecl *FD = C.getCalleeDecl(CE);
CStringChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const {
CoreEngine.cpp 245 if (const Decl *CD = CE->getCalleeDecl())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 183 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
190 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 288 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl()))
301 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) {
  /external/clang/lib/AST/
ExprCXX.cpp 636 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType();
658 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier();
    [all...]
Expr.cpp 867 Decl *CallExpr::getCalleeDecl() {
892 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl());
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaStmt.cpp 178 if (const Decl *FD = CE->getCalleeDecl()) {
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 852 milliseconds