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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp561 Expr* ThisArg = getImplicitObjectArgument(); local
562 if (!ThisArg)
565 if (ThisArg->getType()->isAnyPointerType())
566 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
568 return ThisArg->getType()->getAsCXXRecordDecl();

Completed in 98 milliseconds