Searched refs:ThisArg (Results 1 – 2 of 2) sorted by relevance
482 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local483 if (!ThisArg) in getRecordDecl()486 if (ThisArg->getType()->isAnyPointerType()) in getRecordDecl()487 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl(); in getRecordDecl()489 return ThisArg->getType()->getAsCXXRecordDecl(); in getRecordDecl()
2176 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType(getContext()), in EmitInheritedCXXConstructorCall() local2186 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()2192 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall()2195 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()