Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp780 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()
817 Sema::CheckOMPThreadPrivateDecl(SourceLocation Loc, ArrayRef<Expr *> VarList) { in CheckOMPThreadPrivateDecl() function in Sema
H A DSemaTemplateInstantiateDecl.cpp2403 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7507 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(