Searched defs:LastParam (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 2101 auto *LastParam = VisitFunctionDecl() local |
H A D | SemaChecking.cpp | 8977 checkVAStartIsInVariadicFunction(Sema & S,Expr * Fn,ParmVarDecl ** LastParam=nullptr) checkVAStartIsInVariadicFunction() argument |
H A D | SemaDeclCXX.cpp | 16557 ParmVarDecl *LastParam = FnDecl->getParamDecl(FnDecl->getNumParams() - 1); CheckOverloadedOperatorDeclaration() local |