Home
last modified time | relevance | path

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

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