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

  /external/clang/lib/Analysis/
ThreadSafety.cpp 330 LRCallCtx.SelfArg = CMCE->getImplicitObjectArgument();
344 return buildSExpr(CMCE->getImplicitObjectArgument(), CallCtx, NDeref);
348 unsigned Sz = buildSExpr(CMCE->getImplicitObjectArgument(), CallCtx);
500 CallCtx.SelfArg = CE->getImplicitObjectArgument();
    [all...]
LiveVariables.cpp 292 if (Expr *ImplicitObj = CE->getImplicitObjectArgument()) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 473 Expr *CXXMemberCallExpr::getImplicitObjectArgument() const {
496 Expr* ThisArg = getImplicitObjectArgument();
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 523 return getOriginExpr()->getImplicitObjectArgument();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 851 clang::Expr* receiver = memcall->getImplicitObjectArgument();
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 124 /// getImplicitObjectArgument - Retrieves the implicit object
127 Expr *getImplicitObjectArgument() const;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 479 milliseconds