Searched refs:ParamTypesForArgChecking (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4080 SmallVector<QualType, 8> ParamTypesForArgChecking; local
4092 ParamTypesForArgChecking.push_back(ParamType);
4122 ParamTypesForArgChecking.push_back(ParamPattern);
4134 ParamTypesForArgChecking.push_back(ParamPattern);
4158 return CheckNonDependent(ParamTypesForArgChecking);

Completed in 50 milliseconds