Searched defs:ThisArg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp482 Expr* ThisArg = getImplicitObjectArgument(); local
483 if (!ThisArg)
486 if (ThisArg->getType()->isAnyPointerType())
487 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
489 return ThisArg->getType()->getAsCXXRecordDecl();

Completed in 141 milliseconds