Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp989 void DeclSpec::SetPackIndexingExpr(SourceLocation EllipsisLoc, in SetPackIndexingExpr() function in DeclSpec
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h778 void SetPackIndexingExpr(SourceLocation EllipsisLoc, Expr *Pack);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1314 DS.SetPackIndexingExpr(EllipsisLoc, IndexExpr.get()); in ParsePackIndexingType()