Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2815 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars); in VisitOMPThreadPrivateDecl()
H A DSemaOpenMP.cpp1987 if (OMPThreadPrivateDecl *D = CheckOMPThreadPrivateDecl(Loc, VarList)) { in ActOnOpenMPThreadprivateDirective()
2025 Sema::CheckOMPThreadPrivateDecl(SourceLocation Loc, ArrayRef<Expr *> VarList) { in CheckOMPThreadPrivateDecl() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8777 OMPThreadPrivateDecl *CheckOMPThreadPrivateDecl(SourceLocation Loc,