Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h297 bool isOpenMPDeclareMapperVarDeclAllowed(const VarDecl *VD) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp352 !OpenMP().isOpenMPDeclareMapperVarDeclAllowed(cast<VarDecl>(D))) { in DiagnoseUseOfDecl()
HDSemaOpenMP.cpp21688 bool SemaOpenMP::isOpenMPDeclareMapperVarDeclAllowed(const VarDecl *VD) const { in isOpenMPDeclareMapperVarDeclAllowed() function in SemaOpenMP