Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp163 bool ForConstraintInstantiation) { in HandleFunction() argument
190 if (!ForConstraintInstantiation && in HandleFunction()
196 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleFunction()
214 bool ForConstraintInstantiation) { in HandleRecordDecl() argument
217 (ForConstraintInstantiation || Result.getNumSubstitutedLevels() == 0) && in HandleRecordDecl()
221 if (ForConstraintInstantiation) { in HandleRecordDecl()
235 if (ForConstraintInstantiation && IsFriend && in HandleRecordDecl()
292 bool ForConstraintInstantiation, bool SkipForSpecialization) { in getTemplateInstantiationArgs() argument
315 ForConstraintInstantiation); in getTemplateInstantiationArgs()
317 R = HandleRecordDecl(Rec, Result, Context, ForConstraintInstantiation); in getTemplateInstantiationArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9181 bool ForConstraintInstantiation = false,