Home
last modified time | relevance | path

Searched refs:IsTemplate (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp311 bool IsTemplate = false; in appendTemplateParameters() local
320 IsTemplate = true; in appendTemplateParameters()
325 IsTemplate = true; in appendTemplateParameters()
451 if (IsTemplate && *FirstParameter && FirstParameter == &FirstParameterValue) { in appendTemplateParameters()
455 return IsTemplate; in appendTemplateParameters()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp241 bool IsTemplate = false; in VisitFunctionDecl() local
243 IsTemplate = true; in VisitFunctionDecl()
277 if (IsTemplate) { in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h55 IsTemplate, enumerator
179 KIND(LVScopeKind, IsTemplate);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp361 clEnumValN(LVScopeKind::IsTemplate, "Template", "Template."),
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3691 bool IsTemplate = false; in LookupLiteralOperator() local
3713 IsTemplate = true; in LookupLiteralOperator()
3732 IsTemplate = false; in LookupLiteralOperator()
3739 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3761 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp876 bool IsTemplate = false; in PrintInstantiationStack() local
879 IsTemplate = true; in PrintInstantiationStack()
893 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2444 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2448 IsTemplate = true; in NoteForRangeBeginEndFunction()
2452 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp7154 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
7157 IsTemplate = true; in checkDLLAttributeRedeclaration()
7163 IsTemplate = true; in checkDLLAttributeRedeclaration()
7236 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()
12149 bool IsTemplate = NewFD->getDescribedFunctionTemplate(); in CheckFunctionDeclaration() local
12151 if (!IsTemplate && // -a template in CheckFunctionDeclaration()
12164 } else if (!DeclIsDefn && !IsTemplate && IsFriend && in CheckFunctionDeclaration()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp100 {LVScopeKind::IsTemplate, &LVScope::getIsTemplate},