Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp326 bool IsTemplate = false; in appendTemplateParameters() local
335 IsTemplate = true; in appendTemplateParameters()
340 IsTemplate = true; in appendTemplateParameters()
467 if (IsTemplate && *FirstParameter && FirstParameter == &FirstParameterValue) { in appendTemplateParameters()
471 return IsTemplate; in appendTemplateParameters()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp241 bool IsTemplate = false; in VisitFunctionDecl() local
243 IsTemplate = true; in VisitFunctionDecl()
288 if (IsTemplate) { in VisitFunctionDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h55 IsTemplate, enumerator
179 KIND(LVScopeKind, IsTemplate);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp361 clEnumValN(LVScopeKind::IsTemplate, "Template", "Template."),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3625 bool IsTemplate = false; in LookupLiteralOperator() local
3647 IsTemplate = true; in LookupLiteralOperator()
3666 IsTemplate = false; in LookupLiteralOperator()
3673 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3695 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp1005 bool IsTemplate = false; in PrintInstantiationStack() local
1008 IsTemplate = true; in PrintInstantiationStack()
1022 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2304 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2308 IsTemplate = true; in NoteForRangeBeginEndFunction()
2312 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp6956 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
6959 IsTemplate = true; in checkDLLAttributeRedeclaration()
6965 IsTemplate = true; in checkDLLAttributeRedeclaration()
7038 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp100 {LVScopeKind::IsTemplate, &LVScope::getIsTemplate},