Searched refs:ParamNameLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 996 SourceLocation ParamNameLoc, in ActOnTypeParameter() argument 1007 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter() 1017 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName); in ActOnTypeParameter() 1040 if (DiagnoseUnexpandedParameterPack(ParamNameLoc, DefaultTInfo, in ActOnTypeParameter() 1142 SourceLocation ParamNameLoc, ArgumentLocAppender Appender, in formImmediatelyDeclaredConstraint() argument 1148 /*NTTPType=*/QualType(), ParamNameLoc)); in formImmediatelyDeclaredConstraint()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 11209 SourceLocation ParamNameLoc, unsigned Depth, 11266 SourceLocation ParamNameLoc, unsigned Depth, unsigned Position,
|