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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10518 ParmVarDecl *LastParam = FnDecl->getParamDecl(FnDecl->getNumParams() - 1); local
10520 if (const BuiltinType *BT = LastParam->getType()->getAs<BuiltinType>())
10524 return Diag(LastParam->getLocation(),
10526 << LastParam->getType() << (Op == OO_MinusMinus);

Completed in 94 milliseconds