Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1068 bool FullySubstituted,
6646 bool FullySubstituted = true; in TransformPackIndexingType() local
6683 FullySubstituted = false; in TransformPackIndexingType()
6686 FullySubstituted); in TransformPackIndexingType()
6707 FullySubstituted = false; in TransformPackIndexingType()
6724 FullySubstituted, SubtitutedTypes); in TransformPackIndexingType()
16246 SourceLocation EllipsisLoc, bool FullySubstituted, in RebuildPackIndexingType() argument
16249 FullySubstituted, Expansions); in RebuildPackIndexingType()
H A DSemaType.cpp9505 bool FullySubstituted, in BuildPackIndexingType() argument
9509 if (FullySubstituted && !IndexExpr->isValueDependent() && in BuildPackIndexingType()
9520 if (FullySubstituted && Index) { in BuildPackIndexingType()
9528 return Context.getPackIndexingType(Pattern, IndexExpr, FullySubstituted, in BuildPackIndexingType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1779 bool FullySubstituted = false,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6119 bool FullySubstituted, in getPackIndexingType() argument
6123 if (FullySubstituted && Index != -1) { in getPackIndexingType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14865 bool FullySubstituted = false,