Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19291 struct MappableVarListInfo { struct
19303 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() function
19320 MappableVarListInfo &MVLI, SourceLocation StartLoc, in checkMappableExpressionList()
19635 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause()
20623 MappableVarListInfo MVLI(VarList); in ActOnOpenMPToClause()
20660 MappableVarListInfo MVLI(VarList); in ActOnOpenMPFromClause()
20674 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDevicePtrClause()
20759 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDeviceAddrClause()
20811 MappableVarListInfo MVLI(VarList); in ActOnOpenMPIsDevicePtrClause()