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

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 236 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
243 const FunctionDecl *FunDecl = getCalleeDecl(CE);
252 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /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 296 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
373 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
410 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
613 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
MacOSKeychainAPIChecker.cpp 284 const FunctionDecl *FD = C.getCalleeDecl(CE);
446 const FunctionDecl *FD = C.getCalleeDecl(CE);
UnixAPIChecker.cpp 333 const FunctionDecl *FD = C.getCalleeDecl(CE);
BasicObjCFoundationChecks.cpp 398 const FunctionDecl *FD = C.getCalleeDecl(CE);
512 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
MallocChecker.cpp 576 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
StreamChecker.cpp 107 const FunctionDecl *FD = C.getCalleeDecl(CE);
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const {
ExprEngine.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 413 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl()))
426 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) {
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 42 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaStmt.cpp 218 if (const Decl *FD = CE->getCalleeDecl()) {
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 676 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType();
698 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier();
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 633 if (Decl *Callee = ce->getCalleeDecl()) {
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 565 return matchesDecl(Node.getCalleeDecl(), Finder, Builder);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 373 milliseconds

1 2