Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1093 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1126 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1288 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1290 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1292 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
H A DSemaDeclAttr.cpp5236 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
5253 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10108 RetainOwnershipKind K, bool IsTemplateInstantiation);