Home
last modified time | relevance | path

Searched refs:isPlaceholderVar (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1280 } else if (Var && Var->isPlaceholderVar(getLangOpts())) { in ActOnLambdaExpressionAfterIntroducer()
2004 From.getVariable()->isPlaceholderVar(getLangOpts())) in DiagnoseUnusedLambdaCapture()
H A DSemaDecl.cpp1924 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()
H A DSemaLookup.cpp616 if (D->isPlaceholderVar(getSema().getLangOpts()) && in resolveKind()
H A DSemaDeclCXX.cpp4234 Elem->isPlaceholderVar(getLangOpts()); in DiagRedefinedPlaceholderFieldDecl()
4245 ND->isPlaceholderVar(getLangOpts())) in DiagRedefinedPlaceholderFieldDecl()
4257 bool IsPlaceholder = D->isPlaceholderVar(getLangOpts()); in tryLookupUnambiguousFieldDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h458 bool isPlaceholderVar(const LangOptions &LangOpts) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1089 bool NamedDecl::isPlaceholderVar(const LangOptions &LangOpts) const { in isPlaceholderVar() function in NamedDecl