Searched refs:checkDeclIsAllowedInOpenMPTarget (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 353 checkDeclIsAllowedInOpenMPTarget(Expr *E, Decl *D,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2413 checkDeclIsAllowedInOpenMPTarget(nullptr, VD); in isOpenMPCapturedDecl() 22133 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl()); in lookupOpenMPDeclareTargetName() 22212 checkDeclIsAllowedInOpenMPTarget(nullptr, ND, Loc); in ActOnOpenMPDeclareTargetName() 22258 void SemaOpenMP::checkDeclIsAllowedInOpenMPTarget(Expr *E, Decl *D, in checkDeclIsAllowedInOpenMPTarget() function in SemaOpenMP
|
| H A D | SemaDeclCXX.cpp | 952 OpenMP().checkDeclIsAllowedInOpenMPTarget(nullptr, New); in ActOnDecompositionDeclarator()
|
| H A D | SemaDecl.cpp | 6418 OpenMP().checkDeclIsAllowedInOpenMPTarget(nullptr, New); in HandleDeclarator()
|
| H A D | SemaExpr.cpp | 19710 SemaRef.OpenMP().checkDeclIsAllowedInOpenMPTarget(E, D); in MarkExprReferenced()
|