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

1 2

  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 111 Ctx.SelfArg = CE->getImplicitObjectArgument();
381 auto *E = translate(ME->getImplicitObjectArgument(), Ctx);
387 ME->getImplicitObjectArgument());
    [all...]
LiveVariables.cpp 276 if (Expr *ImplicitObj = CE->getImplicitObjectArgument()) {
ThreadSafety.cpp     [all...]
Consumed.cpp 819 handleCall(Call, Call->getImplicitObjectArgument(), MD);
839 handleCall(MCall, MCall->getImplicitObjectArgument(), FunDecl);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 459 Expr *CXXMemberCallExpr::getImplicitObjectArgument() const {
482 Expr* ThisArg = getImplicitObjectArgument();
    [all...]
Expr.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 567 return getOriginExpr()->getImplicitObjectArgument();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 863 clang::Expr* receiver = memcall->getImplicitObjectArgument();
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 191 if (!MCE || isa<CXXThisExpr>(MCE->getImplicitObjectArgument()) ||
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 133 Expr *getImplicitObjectArgument() const;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 148 Expr *getImplicitObjectArgument() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 148 Expr *getImplicitObjectArgument() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 148 Expr *getImplicitObjectArgument() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 148 Expr *getImplicitObjectArgument() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 148 Expr *getImplicitObjectArgument() const;
    [all...]

Completed in 1512 milliseconds

1 2