Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1260 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1292 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1448 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1450 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1452 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
H A DSemaObjC.cpp1739 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
1756 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1064 bool IsTemplateInstantiation);