Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2216 Record.AddSourceLocation(E->getParameterPackLocation()); in VisitSubstNonTypeTemplateParmPackExpr()
2224 Record.AddSourceLocation(E->getParameterPackLocation()); in VisitFunctionParmPackExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4608 SourceLocation getParameterPackLocation() const { return NameLoc; } in getParameterPackLocation() function
4677 SourceLocation getParameterPackLocation() const { return NameLoc; } in getParameterPackLocation() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2259 E->getParameterPackLocation(), Arg, getPackIndex(Pack)); in TransformSubstNonTypeTemplateParmPackExpr()
2340 E->getParameterPackLocation(), Vars); in TransformFunctionParmPackExpr()
H A DSemaExpr.cpp19418 MarkVarDeclODRUsed(VD, FP->getParameterPackLocation(), *this); in CleanupVarDeclMarking()
19794 MarkExprReferenced(*this, E->getParameterPackLocation(), VD, E, true, in MarkFunctionParmPackReferenced()