Home
last modified time | relevance | path

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

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