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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTMutationListener.h 85 Expr *ThisArg) {}
DeclCXX.h 2698 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp 95 Expr *ThisArg) override;
164 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) {
166 L->ResolvedOperatorDelete(DD, Delete, ThisArg);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 677 Expr* ThisArg = getImplicitObjectArgument();
678 if (!ThisArg)
681 if (ThisArg->getType()->isAnyPointerType())
682 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
684 return ThisArg->getType()->getAsCXXRecordDecl();
DeclCXX.cpp 2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) {
2775 First->OperatorDeleteThisArg = ThisArg;
2777 L->ResolvedOperatorDelete(First, OD, ThisArg);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 744 Expr *ThisArg) override;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 1574 if (Expr *ThisArg = DD->getOperatorDeleteThisArg())
1575 return CGF.EmitScalarExpr(ThisArg);
2209 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType());
2218 Args.push_back(ThisArg);
2224 Args[0] = ThisArg;
2227 Args.push_back(ThisArg);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1999 auto *ThisArg = Record.readExpr();
2003 Canon->OperatorDeleteThisArg = ThisArg;
4612 auto *ThisArg = Record.readExpr();
4616 First->OperatorDeleteThisArg = ThisArg;
ASTWriter.cpp 5800 Expr *ThisArg) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6580 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc,
6583 if (ThisArg) {
6589 ThisArg, /*Qualifier=*/nullptr, Method, Method);
6654 *this, Function, /*ThisArg=*/nullptr, CallLoc, Args, Trap,
6714 const Expr *ThisArg,
6725 Result, Context, cast<FunctionDecl>(DIA->getParent()), Args, ThisArg))
SemaChecking.cpp 4593 const Expr *ThisArg, ArrayRef<const Expr *> Args,
4684 diagnoseArgDependentDiagnoseIfAttrs(FD, ThisArg, Args, Loc);
4700 checkCall(FDecl, Proto, /*ThisArg=*/nullptr, Args, /*IsMemberFunction=*/true,
4791 checkCall(Method, nullptr, /*ThisArg=*/nullptr, Args,
4821 checkCall(NDecl, Proto, /*ThisArg=*/nullptr,
4834 checkCall(/*FDecl=*/nullptr, Proto, /*ThisArg=*/nullptr,
SemaDeclCXX.cpp 10364 Expr *ThisArg = nullptr;
10386 ThisArg = This.get();
10392 Destructor->setOperatorDelete(OperatorDelete, ThisArg);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3725 const Expr *ThisArg,
12426 const Expr *ThisArg, ArrayRef<const Expr *> Args,

Completed in 98 milliseconds