HomeSort by: relevance | last modified time | path
    Searched refs:ObjArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 497 bool handleCall(const CallExpr *Call, const Expr *ObjArg,
610 // Returns true if the state of ObjArg is set, or false otherwise.
611 bool ConsumedStmtVisitor::handleCall(const CallExpr *Call, const Expr *ObjArg,
657 if (!ObjArg)
661 InfoEntry Entry = findInfo(ObjArg);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 743 Expr *ObjArg = TheCall->getArg(ObjectIndex);
745 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType))

Completed in 53 milliseconds