Searched refs:isPlaceholderVar (Results 1 – 6 of 6) sorted by relevance
1280 } else if (Var && Var->isPlaceholderVar(getLangOpts())) { in ActOnLambdaExpressionAfterIntroducer()2004 From.getVariable()->isPlaceholderVar(getLangOpts())) in DiagnoseUnusedLambdaCapture()
1924 IsAllPlaceholders = IsAllPlaceholders && BD->isPlaceholderVar(LangOpts); in ShouldDiagnoseUnusedDecl()1934 if (D->isPlaceholderVar(LangOpts)) in ShouldDiagnoseUnusedDecl()2105 if (VD->hasAttr<UnusedAttr>() || VD->isPlaceholderVar(getLangOpts())) in DiagnoseUnusedButSetDecl()5276 PrevDecl->isPlaceholderVar(SemaRef.getLangOpts()) && in CheckAnonMemberRedeclaration()5307 if (!ND || !ND->isPlaceholderVar(getLangOpts())) in DiagPlaceholderFieldDeclDefinitions()8262 if (ShadowedDecl->isPlaceholderVar(getLangOpts())) in CheckShadow()18455 !PrevDecl->isPlaceholderVar(getLangOpts())) { in CheckFieldDecl()
616 if (D->isPlaceholderVar(getSema().getLangOpts()) && in resolveKind()
4234 Elem->isPlaceholderVar(getLangOpts()); in DiagRedefinedPlaceholderFieldDecl() 4245 ND->isPlaceholderVar(getLangOpts())) in DiagRedefinedPlaceholderFieldDecl() 4257 bool IsPlaceholder = D->isPlaceholderVar(getLangOpts()); in tryLookupUnambiguousFieldDecl()
458 bool isPlaceholderVar(const LangOptions &LangOpts) const;
1089 bool NamedDecl::isPlaceholderVar(const LangOptions &LangOpts) const { in isPlaceholderVar() function in NamedDecl