Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21376 struct MappableVarListInfo { struct
21388 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() argument
21405 MappableVarListInfo &MVLI, SourceLocation StartLoc, in checkMappableExpressionList()
21743 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause()
22755 MappableVarListInfo MVLI(VarList); in ActOnOpenMPToClause()
22792 MappableVarListInfo MVLI(VarList); in ActOnOpenMPFromClause()
22806 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDevicePtrClause()
22891 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDeviceAddrClause()
22943 MappableVarListInfo MVLI(VarList); in ActOnOpenMPIsDevicePtrClause()
23026 MappableVarListInfo MVLI(VarList); in ActOnOpenMPHasDeviceAddrClause()