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.cpp1118 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1149 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1308 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1310 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1312 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
H A DSemaObjC.cpp1741 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
1758 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1071 bool IsTemplateInstantiation);