Searched refs:CheckOMPThreadPrivateDecl (Results 1 – 3 of 3) sorted by relevance
227 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(SourceLocation Loc,
3598 SemaRef.OpenMP().CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
3218 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()3256 SemaOpenMP::CheckOMPThreadPrivateDecl(SourceLocation Loc, in CheckOMPThreadPrivateDecl() function in SemaOpenMP