Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10364 bool diagnoseArgIndependentDiagnoseIfAttrs(const NamedDecl *ND,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp327 if (diagnoseArgIndependentDiagnoseIfAttrs(ObjCPDecl, Loc)) in DiagnoseUseOfDecl()
329 } else if (diagnoseArgIndependentDiagnoseIfAttrs(D, Loc)) { in DiagnoseUseOfDecl()
H A DSemaOverload.cpp7280 bool Sema::diagnoseArgIndependentDiagnoseIfAttrs(const NamedDecl *ND, in diagnoseArgIndependentDiagnoseIfAttrs() function in Sema