Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2560 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
DSemaOpenMP.cpp1280 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()
1317 Sema::CheckOMPThreadPrivateDecl(SourceLocation Loc, ArrayRef<Expr *> VarList) { in CheckOMPThreadPrivateDecl() function in Sema
/external/clang/include/clang/Sema/
DSema.h7989 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(