Home
last modified time | relevance | path

Searched refs:getPackIndexingType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td478 return ctx.getPackIndexingType(pattern, indexExpression);
H A DASTContext.h1778 QualType getPackIndexingType(QualType Pattern, Expr *IndexExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9528 return Context.getPackIndexingType(Pattern, IndexExpr, FullySubstituted, in BuildPackIndexingType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1395 return Importer.getToContext().getPackIndexingType(*Pattern, *Index); in VisitPackIndexingType()
H A DASTContext.cpp6118 QualType ASTContext::getPackIndexingType(QualType Pattern, Expr *IndexExpr, in getPackIndexingType() function in ASTContext