Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h420 bool IsTemplate = false; in appendTemplateParameters() local
429 IsTemplate = true; in appendTemplateParameters()
434 IsTemplate = true; in appendTemplateParameters()
561 if (IsTemplate && *FirstParameter && FirstParameter == &FirstParameterValue) { in appendTemplateParameters()
565 return IsTemplate; in appendTemplateParameters()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp237 bool IsTemplate = false; in VisitFunctionDecl() local
239 IsTemplate = true; in VisitFunctionDecl()
283 if (IsTemplate) { in VisitFunctionDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h57 IsTemplate, enumerator
184 KIND(LVScopeKind, IsTemplate);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp365 clEnumValN(LVScopeKind::IsTemplate, "Template", "Template."),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3718 bool IsTemplate = false; in LookupLiteralOperator() local
3740 IsTemplate = true; in LookupLiteralOperator()
3760 IsTemplate = false; in LookupLiteralOperator()
3767 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3789 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp1029 bool IsTemplate = false; in PrintInstantiationStack() local
1032 IsTemplate = true; in PrintInstantiationStack()
1046 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2410 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2414 IsTemplate = true; in NoteForRangeBeginEndFunction()
2418 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp7126 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
7129 IsTemplate = true; in checkDLLAttributeRedeclaration()
7135 IsTemplate = true; in checkDLLAttributeRedeclaration()
7208 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp104 {LVScopeKind::IsTemplate, &LVScope::getIsTemplate},