Searched refs:checkDeclIsAllowedInOpenMPTarget (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 354 checkDeclIsAllowedInOpenMPTarget(Expr *E, Decl *D,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2389 checkDeclIsAllowedInOpenMPTarget(nullptr, VD); in isOpenMPCapturedDecl() 23046 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl()); in lookupOpenMPDeclareTargetName() 23125 checkDeclIsAllowedInOpenMPTarget(nullptr, ND, Loc); in ActOnOpenMPDeclareTargetName() 23171 void SemaOpenMP::checkDeclIsAllowedInOpenMPTarget(Expr *E, Decl *D, in checkDeclIsAllowedInOpenMPTarget() function in SemaOpenMP
|
| H A D | SemaDeclCXX.cpp | 961 OpenMP().checkDeclIsAllowedInOpenMPTarget(nullptr, New); in ActOnDecompositionDeclarator()
|
| H A D | SemaDecl.cpp | 6535 OpenMP().checkDeclIsAllowedInOpenMPTarget(nullptr, New); in HandleDeclarator()
|
| H A D | SemaExpr.cpp | 20196 SemaRef.OpenMP().checkDeclIsAllowedInOpenMPTarget(E, D); in MarkExprReferenced()
|