Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp266 bool IsTemplate = false; in appendTemplateParameters() local
275 IsTemplate = true; in appendTemplateParameters()
280 IsTemplate = true; in appendTemplateParameters()
406 if (IsTemplate && *FirstParameter && FirstParameter == &FirstParameterValue) { in appendTemplateParameters()
410 return IsTemplate; in appendTemplateParameters()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp231 bool IsTemplate = false; in VisitFunctionDecl() local
233 IsTemplate = true; in VisitFunctionDecl()
267 if (IsTemplate) { in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp3662 bool IsTemplate = false; in LookupLiteralOperator() local
3684 IsTemplate = true; in LookupLiteralOperator()
3703 IsTemplate = false; in LookupLiteralOperator()
3710 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3732 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp631 bool IsTemplate = false; in PrintInstantiationStack() local
634 IsTemplate = true; in PrintInstantiationStack()
648 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2425 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2429 IsTemplate = true; in NoteForRangeBeginEndFunction()
2433 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp6931 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
6934 IsTemplate = true; in checkDLLAttributeRedeclaration()
6940 IsTemplate = true; in checkDLLAttributeRedeclaration()
7013 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()