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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 26 CallExpr::const_arg_iterator I;
29 CallExprWLItem(const CallExpr::const_arg_iterator &i, ExplodedNode *n)
66 void ExprEngine::evalCallee(const CallExpr *callExpr,
72 switch (callExpr->getStmtClass()) {
76 callee = cast<CXXMemberCallExpr>(callExpr)->getImplicitObjectArgument();
85 callee = callExpr->getCallee()->IgnoreParens();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 272 void VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred,
381 void evalCallee(const CallExpr *callExpr, const ExplodedNodeSet &src,
461 bool InlineCall(ExplodedNodeSet &Dst, const CallExpr *CE, ExplodedNode *Pred);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]

Completed in 278 milliseconds