Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2177 Record.AddSourceLocation(E->getParameterPackLocation()); in VisitSubstNonTypeTemplateParmPackExpr()
2185 Record.AddSourceLocation(E->getParameterPackLocation()); in VisitFunctionParmPackExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4461 SourceLocation getParameterPackLocation() const { return NameLoc; } in getParameterPackLocation() function
4530 SourceLocation getParameterPackLocation() const { return NameLoc; } in getParameterPackLocation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2026 E->getParameterPackLocation(), Arg, getPackIndex(Pack)); in TransformSubstNonTypeTemplateParmPackExpr()
2107 E->getParameterPackLocation(), Vars); in TransformFunctionParmPackExpr()
H A DSemaExpr.cpp20423 MarkVarDeclODRUsed(VD, FP->getParameterPackLocation(), *this); in CleanupVarDeclMarking()
20786 MarkExprReferenced(*this, E->getParameterPackLocation(), VD, E, true, in MarkFunctionParmPackReferenced()