Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3241 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
H A DSemaOpenMP.cpp2920 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()
2958 Sema::CheckOMPThreadPrivateDecl(SourceLocation Loc, ArrayRef<Expr *> VarList) { in CheckOMPThreadPrivateDecl() function in Sema
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10355 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(SourceLocation Loc,