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()
316 if (ForConstraintInstantiation) { in HandleFunction()
341 if (ForConstraintInstantiation && Function->getFriendObjectKind()) in HandleFunction()
404 bool ForConstraintInstantiation) { in HandleRecordDecl() argument
407 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleRecordDecl()
411 if (ForConstraintInstantiation) in HandleRecordDecl()
426 if (ForConstraintInstantiation && IsFriend && in HandleRecordDecl()
440 ForConstraintInstantiation && TypeAlias) { in HandleRecordDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13336 bool ForConstraintInstantiation = false,