Home
last modified time | relevance | path

Searched refs:ThisArg (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp482 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
483 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()
/external/clang/lib/CodeGen/
DCGClass.cpp2176 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType(getContext()), in EmitInheritedCXXConstructorCall() local
2186 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()
2192 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall()
2195 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()