Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp904 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()
941 Sema::CheckOMPThreadPrivateDecl(SourceLocation Loc, ArrayRef<Expr *> VarList) { in CheckOMPThreadPrivateDecl() function in Sema
HDSemaTemplateInstantiateDecl.cpp2447 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7726 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(