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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1083 bool IsTemplateInstantiation) {
1116 if (!IsTemplateInstantiation)
1278 bool IsTemplateInstantiation = false; local
1280 IsTemplateInstantiation = Function->isTemplateInstantiation();
1282 IsTemplateInstantiation))
1082 checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt, bool IsTemplateInstantiation) argument
H A DSemaDeclAttr.cpp4992 bool IsTemplateInstantiation) {
5009 ((IsTemplateInstantiation && getLangOpts().ObjCAutoRefCount)
7019 /*IsTemplateInstantiation=*/false);
4990 AddXConsumedAttr(Decl *D, const AttributeCommonInfo &CI, RetainOwnershipKind K, bool IsTemplateInstantiation) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9531 RetainOwnershipKind K, bool IsTemplateInstantiation);

Completed in 124 milliseconds