Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1083 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1116 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1278 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1280 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1282 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
HDSemaDeclAttr.cpp4992 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
5009 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9531 RetainOwnershipKind K, bool IsTemplateInstantiation);