Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp312 bool IsTemplate = false; in appendTemplateParameters() local
321 IsTemplate = true; in appendTemplateParameters()
326 IsTemplate = true; in appendTemplateParameters()
452 if (IsTemplate && *FirstParameter && FirstParameter == &FirstParameterValue) { in appendTemplateParameters()
456 return IsTemplate; in appendTemplateParameters()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp234 bool IsTemplate = false; in VisitFunctionDecl() local
236 IsTemplate = true; in VisitFunctionDecl()
270 if (IsTemplate) { in VisitFunctionDecl()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h55 IsTemplate, enumerator
179 KIND(LVScopeKind, IsTemplate);
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp361 clEnumValN(LVScopeKind::IsTemplate, "Template", "Template."),
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3674 bool IsTemplate = false; in LookupLiteralOperator() local
3696 IsTemplate = true; in LookupLiteralOperator()
3715 IsTemplate = false; in LookupLiteralOperator()
3722 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3744 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp791 bool IsTemplate = false; in PrintInstantiationStack() local
794 IsTemplate = true; in PrintInstantiationStack()
808 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2434 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2438 IsTemplate = true; in NoteForRangeBeginEndFunction()
2442 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp7010 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
7013 IsTemplate = true; in checkDLLAttributeRedeclaration()
7019 IsTemplate = true; in checkDLLAttributeRedeclaration()
7092 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp109 {LVScopeKind::IsTemplate, &LVScope::getIsTemplate},