Home
last modified time | relevance | path

Searched refs:ForConstraintInstantiation (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp181 bool ForConstraintInstantiation) { in HandleFunction() argument
208 if (!ForConstraintInstantiation && in HandleFunction()
214 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleFunction()
227 if (ForConstraintInstantiation && Function->getFriendObjectKind()) in HandleFunction()
260 bool ForConstraintInstantiation) { in HandleRecordDecl() argument
263 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleRecordDecl()
267 if (ForConstraintInstantiation) in HandleRecordDecl()
281 if (ForConstraintInstantiation && IsFriend && in HandleRecordDecl()
342 const FunctionDecl *Pattern, bool ForConstraintInstantiation, in getTemplateInstantiationArgs() argument
385 ForConstraintInstantiation); in getTemplateInstantiationArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9457 bool ForConstraintInstantiation = false,