Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11607 bool isOpenMPDeclareMapperVarDeclAllowed(const VarDecl *VD) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp358 !isOpenMPDeclareMapperVarDeclAllowed(cast<VarDecl>(D))) { in DiagnoseUseOfDecl()
H A DSemaOpenMP.cpp22860 bool Sema::isOpenMPDeclareMapperVarDeclAllowed(const VarDecl *VD) const { in isOpenMPDeclareMapperVarDeclAllowed() function in Sema