Home
last modified time | relevance | path

Searched refs:InstantiationDepth (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3397 return TemplateDeductionResult::InstantiationDepth; in DeduceTemplateArguments()
3469 return TemplateDeductionResult::InstantiationDepth; in DeduceTemplateArgumentsFromType()
3545 return TemplateDeductionResult::InstantiationDepth; in SubstituteExplicitTemplateArguments()
3869 return TemplateDeductionResult::InstantiationDepth; in instantiateExplicitSpecifierDeferred()
3902 return TemplateDeductionResult::InstantiationDepth; in FinishTemplateArgumentDeduction()
6572 case TemplateDeductionResult::InstantiationDepth: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
6608 case TemplateDeductionResult::InstantiationDepth: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
H A DSemaTemplateInstantiate.cpp912 <= SemaRef.getLangOpts().InstantiationDepth) in CheckInstantiationDepth()
917 << SemaRef.getLangOpts().InstantiationDepth in CheckInstantiationDepth()
920 << SemaRef.getLangOpts().InstantiationDepth; in CheckInstantiationDepth()
H A DSemaOverload.cpp745 case TemplateDeductionResult::InstantiationDepth: in MakeDeductionFailureInfo()
823 case TemplateDeductionResult::InstantiationDepth: in Destroy()
877 case TemplateDeductionResult::InstantiationDepth: in getTemplateParameter()
911 case TemplateDeductionResult::InstantiationDepth: in getTemplateArgumentList()
947 case TemplateDeductionResult::InstantiationDepth: in getFirstArg()
979 case TemplateDeductionResult::InstantiationDepth: in getSecondArg()
12327 case TemplateDeductionResult::InstantiationDepth: in DiagnoseBadDeduction()
12885 case TemplateDeductionResult::InstantiationDepth: in RankDeductionFailure()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def376 LANGOPT(InstantiationDepth, 32, 1024, Benign,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h371 InstantiationDepth, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4118 MarshallingInfoInt<LangOpts<"InstantiationDepth">, "1024">;