Searched refs:IsTemplate (Results 1 – 5 of 5) sorted by relevance
230 bool IsTemplate = false; in VisitFunctionDecl() local232 IsTemplate = true; in VisitFunctionDecl()266 if (IsTemplate) { in VisitFunctionDecl()
3406 bool IsTemplate = false; in LookupLiteralOperator() local3428 IsTemplate = true; in LookupLiteralOperator()3447 IsTemplate = false; in LookupLiteralOperator()3454 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()3476 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
624 bool IsTemplate = false; in PrintInstantiationStack() local627 IsTemplate = true; in PrintInstantiationStack()641 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
2387 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local2391 IsTemplate = true; in NoteForRangeBeginEndFunction()2395 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
6490 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local6493 IsTemplate = true; in checkDLLAttributeRedeclaration()6499 IsTemplate = true; in checkDLLAttributeRedeclaration()6572 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()