Searched refs:MVLI (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 10870 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList() argument 10884 for (auto &RE : MVLI.VarList) { in checkMappableExpressionList() 10895 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList() 11023 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList() 11032 MVLI.VarComponents.resize(MVLI.VarComponents.size() + 1); in checkMappableExpressionList() 11033 MVLI.VarComponents.back().append(CurComponents.begin(), in checkMappableExpressionList() 11035 MVLI.VarBaseDeclarations.push_back(isa<MemberExpr>(BE) ? nullptr in checkMappableExpressionList() 11046 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause() local 11047 checkMappableExpressionList(*this, DSAStack, OMPC_map, MVLI, StartLoc, in ActOnOpenMPMapClause() 11053 MVLI.ProcessedVarList, MVLI.VarBaseDeclarations, in ActOnOpenMPMapClause() [all …]
|