Searched refs:isOpenMPPrivateDecl (Results 1 – 3 of 3) sorted by relevance
7952 bool isOpenMPPrivateDecl(ValueDecl *D, unsigned Level);
1026 bool Sema::isOpenMPPrivateDecl(ValueDecl *D, unsigned Level) { in isOpenMPPrivateDecl() function in Sema
13671 if (IsTargetCap || isOpenMPPrivateDecl(Var, RSI->OpenMPLevel)) { in tryCaptureVariable()