Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1094 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock() argument
1125 if (!IsTemplateInstantiation) in checkFallThroughIntoBlock()
1284 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
1286 IsTemplateInstantiation = Function->isTemplateInstantiation(); in DiagnoseSwitchLabelsFallthrough()
1288 IsTemplateInstantiation)) in DiagnoseSwitchLabelsFallthrough()
H A DSemaDeclAttr.cpp5781 bool IsTemplateInstantiation) { in AddXConsumedAttr() argument
5798 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount) in AddXConsumedAttr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10871 RetainOwnershipKind K, bool IsTemplateInstantiation);