Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp10804 ParmVarDecl *LastParam = FnDecl->getParamDecl(FnDecl->getNumParams() - 1); in CheckOverloadedOperatorDeclaration() local
10806 if (const BuiltinType *BT = LastParam->getType()->getAs<BuiltinType>()) in CheckOverloadedOperatorDeclaration()
10810 return Diag(LastParam->getLocation(), in CheckOverloadedOperatorDeclaration()
10812 << LastParam->getType() << (Op == OO_MinusMinus); in CheckOverloadedOperatorDeclaration()