Home
last modified time | relevance | path

Searched refs:IsTemplateInstantiation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1090 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1121 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1280 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1282 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1284 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
H A DSemaDeclAttr.cpp5662 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
5679 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10541 RetainOwnershipKind K, bool IsTemplateInstantiation);