Searched refs:isOpenMPPrivateDecl (Results 1 – 3 of 3) sorted by relevance
8735 bool isOpenMPPrivateDecl(const ValueDecl *D, unsigned Level) const;
1672 bool Sema::isOpenMPPrivateDecl(const ValueDecl *D, unsigned Level) const { in isOpenMPPrivateDecl() function in Sema
15395 bool IsOpenMPPrivateDecl = isOpenMPPrivateDecl(Var, RSI->OpenMPLevel); in tryCaptureVariable()