Home
last modified time | relevance | path

Searched refs:AllowInjectedClassName (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp875 bool AllowInjectedClassName = false);
1112 bool AllowInjectedClassName) { in TransformTemplateName() argument
1162 AllowInjectedClassName); in TransformTemplateName()
H A DTreeTransform.h521 bool AllowInjectedClassName = false);
971 bool AllowInjectedClassName) { in RebuildDependentTemplateSpecializationType() argument
978 AllowInjectedClassName); in RebuildDependentTemplateSpecializationType()
1161 bool AllowInjectedClassName);
1174 bool AllowInjectedClassName);
3744 bool AllowInjectedClassName) { in TransformTemplateName() argument
3786 AllowInjectedClassName); in TransformTemplateName()
12648 bool AllowInjectedClassName) { in RebuildTemplateName() argument
12656 Template, AllowInjectedClassName); in RebuildTemplateName()
12667 bool AllowInjectedClassName) { in RebuildTemplateName() argument
[all …]
H A DSemaTemplate.cpp4221 bool AllowInjectedClassName) { in ActOnDependentTemplateName() argument
4273 if (!AllowInjectedClassName && SS.isSet() && LookupRD && in ActOnDependentTemplateName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6328 TemplateTy &Template, bool AllowInjectedClassName = false);