Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp272 bool ForConstraintInstantiation, in HandleFunction() argument
308 if (!ForConstraintInstantiation && in HandleFunction()
314 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleFunction()
327 if (ForConstraintInstantiation && Function->getFriendObjectKind()) in HandleFunction()
388 bool ForConstraintInstantiation) { in HandleRecordDecl() argument
391 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleRecordDecl()
395 if (ForConstraintInstantiation) in HandleRecordDecl()
409 if (ForConstraintInstantiation && IsFriend && in HandleRecordDecl()
423 ForConstraintInstantiation && TypeAlias) { in HandleRecordDecl()
469 const FunctionDecl *Pattern, bool ForConstraintInstantiation, in getTemplateInstantiationArgs() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13065 bool ForConstraintInstantiation = false,